DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_WORKFLOW dependencies on PA_REPORT_WORKFLOW_CLIENT

Line 117: pa_report_workflow_client.start_workflow(

113: , x_item_key
114: , p_Process_Name);
115: --debug_msg ( 'after WF_ENGINE createProcess: key = ' || x_item_key);
116:
117: pa_report_workflow_client.start_workflow(
118: p_item_type
119: , p_process_name
120: , x_item_key
121: , p_version_id

Line 344: pa_report_workflow_client.set_report_notification_party

340: END IF;
341:
342: -- added by syao
343: -- set notification party based on the notification type
344: pa_report_workflow_client.set_report_notification_party
345: (itemtype,
346: itemkey,
347: l_status,
348: actid,