DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CONTROL_ITEMS_WORKFLOW

Line 3235: pa_control_items_workflow.start_notification_wf

3231: else
3232: l_process_name := 'PA_CI_ACTION_ASMT_NO_SIGN_OFF';
3233: end if;
3234:
3235: pa_control_items_workflow.start_notification_wf
3236: ( p_item_type => 'PAWFCIAC'
3237: ,p_process_name => l_process_name
3238: ,p_ci_id => p_ci_id
3239: ,p_action_id => l_ci_action_id

Line 3252: pa_control_items_workflow.start_notification_wf

3248:
3249: elsif( p_action_tbl(i).action_status = 'CI_ACTION_CLOSED') then
3250: /*need to check if we should send the notification while creating closed actions*/
3251: /*Most likely we shd not be sending this. Can be commented later*/
3252: pa_control_items_workflow.start_notification_wf
3253: ( p_item_type => 'PAWFCIAC'
3254: ,p_process_name => 'PA_CI_ACTION_CLOSE_FYI'
3255: ,p_ci_id => p_ci_id
3256: ,p_action_id => l_ci_action_id