DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PVT dependencies on PA_WORKFLOW_UTILS

Line 7195: PA_WORKFLOW_UTILS.Insert_WF_Processes

7191: itemkey => l_item_key );
7192:
7193: -- Insert to PA tables wf process information.
7194: -- This is required for displaying notifications on PA pages.
7195: PA_WORKFLOW_UTILS.Insert_WF_Processes
7196: (p_wf_type_code => 'OVERCOMMITMENT'
7197: ,p_item_type => l_item_type
7198: ,p_item_key => l_item_key
7199: ,p_entity_key1 => to_char(l_source_proj_id)

Line 7286: PA_WORKFLOW_UTILS.Insert_WF_Processes

7282: itemkey => l_item_key );
7283:
7284: -- Insert to PA tables wf process information.
7285: -- This is required for displaying notifications on PA pages.
7286: PA_WORKFLOW_UTILS.Insert_WF_Processes
7287: (p_wf_type_code => 'OVERCOMMITMENT'
7288: ,p_item_type => l_item_type
7289: ,p_item_key => l_item_key
7290: ,p_entity_key1 => to_char(l_source_proj_id)

Line 7371: PA_WORKFLOW_UTILS.Insert_WF_Processes

7367: itemkey => l_item_key );
7368:
7369: -- Insert to PA tables wf process information.
7370: -- This is required for displaying notifications on PA pages.
7371: PA_WORKFLOW_UTILS.Insert_WF_Processes
7372: (p_wf_type_code => 'OVERCOMMITMENT'
7373: ,p_item_type => l_item_type
7374: ,p_item_key => l_item_key
7375: ,p_entity_key1 => to_char(l_source_proj_id)