DBA Data[Home] [Help]

APPS.ZPB_AC_OPS dependencies on ZPB_WF_NTF

Line 1832: zpb_wf_ntf.notify_on_delete(ac_id_in, 'ACID');

1828: * any events on which other cycles were dependent. If so, then
1829: * notify the users who are the owners of the dependent cycles.
1830: */
1831: IF cycle_type = 'PUBLISHED' THEN
1832: zpb_wf_ntf.notify_on_delete(ac_id_in, 'ACID');
1833:
1834: SELECT tmp_ac_id into tmp_ac_id
1835: FROM zpb_cycle_relationships
1836: WHERE published_ac_id = ac_id_in;