DBA Data[Home] [Help]

APPS.AMW_LOAD_SOD_DATA dependencies on AMW_LOAD_CONSTRAINT_DATA

Line 199: AMW_LOAD_CONSTRAINT_DATA.create_constraints

195: fnd_file.put_line (fnd_file.LOG, v_error_msg || ' for interface id ' || grpcode_rec.cst_interface_id );
196: end loop;
197:
198: IF (v_error_msg is NULL OR v_error_msg = NULL) THEN
199: AMW_LOAD_CONSTRAINT_DATA.create_constraints
200: ( errbuf => v_error_msg,
201: retcode => v_err_msg,
202: p_batch_id => p_batch_id,
203: p_user_id => g_user_id);