DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CONTROL_ITEMS_WORKFLOW

Line 3252: pa_control_items_workflow.start_notification_wf

3248: else
3249: l_process_name := 'PA_CI_ACTION_ASMT_NO_SIGN_OFF';
3250: end if;
3251:
3252: pa_control_items_workflow.start_notification_wf
3253: ( p_item_type => 'PAWFCIAC'
3254: ,p_process_name => l_process_name
3255: ,p_ci_id => p_ci_id
3256: ,p_action_id => l_ci_action_id

Line 3269: pa_control_items_workflow.start_notification_wf

3265:
3266: elsif( p_action_tbl(i).action_status = 'CI_ACTION_CLOSED') then
3267: /*need to check if we should send the notification while creating closed actions*/
3268: /*Most likely we shd not be sending this. Can be commented later*/
3269: pa_control_items_workflow.start_notification_wf
3270: ( p_item_type => 'PAWFCIAC'
3271: ,p_process_name => 'PA_CI_ACTION_CLOSE_FYI'
3272: ,p_ci_id => p_ci_id
3273: ,p_action_id => l_ci_action_id