DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PVT dependencies on PA_WORKFLOW_UTILS

Line 7488: PA_WORKFLOW_UTILS.Insert_WF_Processes

7484: itemkey => l_item_key );
7485:
7486: -- Insert to PA tables wf process information.
7487: -- This is required for displaying notifications on PA pages.
7488: PA_WORKFLOW_UTILS.Insert_WF_Processes
7489: (p_wf_type_code => 'OVERCOMMITMENT'
7490: ,p_item_type => l_item_type
7491: ,p_item_key => l_item_key
7492: ,p_entity_key1 => to_char(l_source_proj_id)

Line 7579: PA_WORKFLOW_UTILS.Insert_WF_Processes

7575: itemkey => l_item_key );
7576:
7577: -- Insert to PA tables wf process information.
7578: -- This is required for displaying notifications on PA pages.
7579: PA_WORKFLOW_UTILS.Insert_WF_Processes
7580: (p_wf_type_code => 'OVERCOMMITMENT'
7581: ,p_item_type => l_item_type
7582: ,p_item_key => l_item_key
7583: ,p_entity_key1 => to_char(l_source_proj_id)

Line 7664: PA_WORKFLOW_UTILS.Insert_WF_Processes

7660: itemkey => l_item_key );
7661:
7662: -- Insert to PA tables wf process information.
7663: -- This is required for displaying notifications on PA pages.
7664: PA_WORKFLOW_UTILS.Insert_WF_Processes
7665: (p_wf_type_code => 'OVERCOMMITMENT'
7666: ,p_item_type => l_item_type
7667: ,p_item_key => l_item_key
7668: ,p_entity_key1 => to_char(l_source_proj_id)