DBA Data[Home] [Help]

APPS.AMW_LOAD_SOD_DATA dependencies on AMW_CONSTRAINT_WAIVER_S

Line 900: SET constraint_waiver_id = amw_constraint_waiver_s.nextval

896:
897: This also helps us to insert all the data in one single query.
898: */
899: UPDATE amw_cst_waiver_interface
900: SET constraint_waiver_id = amw_constraint_waiver_s.nextval
901: WHERE error_flag IS NULL
902: AND (process_flag IS NULL OR process_flag = 'N')
903: AND batch_id = p_batch_id;
904:

Line 1266: SET constraint_waiver_id = amw_constraint_waiver_s.nextval

1262:
1263: This also helps us to insert all the data in one single query.
1264: */
1265: UPDATE amw_cst_waiver_interface
1266: SET constraint_waiver_id = amw_constraint_waiver_s.nextval
1267: WHERE error_flag IS NULL
1268: AND (process_flag IS NULL OR process_flag = 'N');
1269:
1270: /*