DBA Data[Home] [Help]

APPS.ZPB_WF dependencies on ZPB_EXCP_EXPLANATIONS

Line 1185: delete from zpb_excp_explanations ex

1181: if ACIDType = 'I' then
1182: delete from zpb_excp_results re
1183: where re.task_id in (select pd.task_id from zpb_process_details_v pd
1184: where analysis_cycle_id = inACID);
1185: delete from zpb_excp_explanations ex
1186: where ex.task_id in (select pd.task_id from zpb_process_details_v pd
1187: where analysis_cycle_id = inACID);
1188: else
1189:

Line 1195: delete from zpb_excp_explanations ex

1191: thisInst := v_instance.instance_ac_id;
1192: delete from zpb_excp_results re
1193: where re.task_id in (select pd.task_id from zpb_process_details_v pd
1194: where analysis_cycle_id = thisInst);
1195: delete from zpb_excp_explanations ex
1196: where ex.task_id in (select pd.task_id from zpb_process_details_v pd
1197: where analysis_cycle_id = thisInst);
1198: end loop;
1199: