DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PVT dependencies on PA_CONTROL_ITEMS_WORKFLOW

Line 168: pa_control_items_workflow.START_NOTIFICATION_WF

164: -- Launch the workflow notification if it is not validate only mode and no errors occured till now.
165: -- Bug 3297238. FP M Changes.
166:
167: IF ( p_validate_only = FND_API.G_FALSE AND x_return_status = FND_API.g_ret_sts_success )THEN
168: pa_control_items_workflow.START_NOTIFICATION_WF
169: ( p_item_type => 'PAWFCIAC'
170: ,p_process_name => l_process_name
171: ,p_ci_id => p_ci_id
172: ,p_action_id => l_ci_action_id

Line 387: pa_control_items_workflow.START_NOTIFICATION_WF

383:
384: -- Launch the workflow notification if it is not validate only mode and no errors occured till now and calling context is CLOSE.
385: -- Bug 3297238. FP M Changes.
386: IF ( p_validate_only = FND_API.G_FALSE AND x_return_status = FND_API.g_ret_sts_success AND P_calling_context = 'CLOSE' )THEN
387: pa_control_items_workflow.START_NOTIFICATION_WF
388: ( p_item_type => 'PAWFCIAC'
389: ,p_process_name => 'PA_CI_ACTION_CLOSE_FYI'
390: ,p_ci_id => l_ci_id
391: ,p_action_id => p_ci_action_id

Line 772: PA_CONTROL_ITEMS_WORKFLOW.cancel_notif_and_abort_wf(

768: x_msg_data => x_msg_data);
769: End if;
770:
771: -- Cancel the action Bug#12409104
772: PA_CONTROL_ITEMS_WORKFLOW.cancel_notif_and_abort_wf(
773: p_ci_action_id => P_CI_ACTION_ID ,
774: x_msg_count => x_msg_count,
775: x_msg_data => x_msg_data ,
776: x_return_status => x_return_status );