DBA Data[Home] [Help]

APPS.PA_FORECAST_ITEMS_GEN_WF_PKG dependencies on PA_WORKFLOW_UTILS

Line 242: PA_WORKFLOW_UTILS.Insert_WF_Processes

238:
239:
240: IF p_assignment_id IS NOT NULL THEN
241:
242: PA_WORKFLOW_UTILS.Insert_WF_Processes
243: (p_wf_type_code => l_wf_type_code
244: ,p_item_type => l_item_type
245: ,p_item_key => l_item_key
246: ,p_entity_key1 => to_char(l_project_id)

Line 255: PA_WORKFLOW_UTILS.Insert_WF_Processes

251: ,p_err_stack => l_err_stack
252: );
253: ELSE
254:
255: PA_WORKFLOW_UTILS.Insert_WF_Processes
256: (p_wf_type_code => l_wf_type_code
257: ,p_item_type => l_item_type
258: ,p_item_key => l_item_key
259: ,p_entity_key1 => to_char(-99)