Oracle PL/SQL In PL/SQL, Trigger an event to bring item from custTwoitem table to delta file. Scenario In custTwoitem ta

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Oracle PL/SQL In PL/SQL, Trigger an event to bring item from custTwoitem table to delta file. Scenario In custTwoitem ta

Post by answerhappygod »

Oracle PL/SQL
In PL/SQL, Trigger an event to bring item from custTwoitem tableto delta file.
Scenario
In custTwoitem table when there is an update toitemTwo code (either code is updated or added new) - triggeran event to bring that specific item to delta file.
ONLY trigger this when the itemTwo code is with format -“MallCode+X”.
first you must check if the update to itemTwo codeformat is MallCode+X then add that item/SKU to delta filealong with itemTwo code added to file as well.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply