DBA Data[Home] [Help]

APPS.PA_ADVERTISEMENTS_PVT dependencies on PA_WORKFLOW_UTILS

Line 1574: PA_WORKFLOW_UTILS.Insert_WF_Processes

1570: wf_engine.StartProcess ( itemtype => p_wf_item_type
1571: ,itemkey => l_wf_item_key );
1572:
1573: -- Insert into Notifications table
1574: PA_WORKFLOW_UTILS.Insert_WF_Processes
1575: (p_wf_type_code => 'ADVERTISEMENTS_NTF_WF'
1576: ,p_item_type => p_wf_item_type
1577: ,p_item_key => l_wf_item_key
1578: ,p_entity_key1 => to_char(p_project_id)