DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PVT dependencies on PA_CONTROL_ITEMS

Line 47: from pa_control_items

43: l_item_key pa_wf_processes.item_key%TYPE;
44:
45: Cursor getRecordVersionNumber IS
46: select record_version_number
47: from pa_control_items
48: where ci_id = p_ci_id;
49:
50: BEGIN
51: -- Initialize the Error Stack

Line 133: PA_CONTROL_ITEMS_PVT.UPDATE_NUMBER_OF_ACTIONS (

129: CLOSE getRecordVersionNumber;
130:
131: If (x_return_status = fnd_api.g_ret_sts_success
132: AND p_validate_only <> fnd_api.g_true) then
133: PA_CONTROL_ITEMS_PVT.UPDATE_NUMBER_OF_ACTIONS (
134: p_api_version => P_API_VERSION,
135: p_init_msg_list => P_INIT_MSG_LIST,
136: p_commit => P_COMMIT,
137: p_validate_only => P_VALIDATE_ONLY,

Line 158: pa_control_items_workflow.START_NOTIFICATION_WF

154: end if;
155: -- Launch the workflow notification if it is not validate only mode and no errors occured till now.
156: -- Bug 3297238. FP M Changes.
157: IF ( p_validate_only = FND_API.G_FALSE AND x_return_status = FND_API.g_ret_sts_success )THEN
158: pa_control_items_workflow.START_NOTIFICATION_WF
159: ( p_item_type => 'PAWFCIAC'
160: ,p_process_name => l_process_name
161: ,p_ci_id => p_ci_id
162: ,p_action_id => l_ci_action_id

Line 251: from pa_control_items

247: l_item_key pa_wf_processes.item_key%TYPE;
248:
249: Cursor getRecordVersionNumber IS
250: select record_version_number
251: from pa_control_items
252: where ci_id = l_ci_id;
253: BEGIN
254: -- Initialize the Error Stack
255: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PVT.CLOSE_CI_ACTION');

Line 344: PA_CONTROL_ITEMS_PVT.UPDATE_NUMBER_OF_ACTIONS (

340: CLOSE getRecordVersionNumber;
341:
342: If (x_return_status = fnd_api.g_ret_sts_success
343: AND p_validate_only <> fnd_api.g_true) then
344: PA_CONTROL_ITEMS_PVT.UPDATE_NUMBER_OF_ACTIONS (
345: p_api_version => P_API_VERSION,
346: p_init_msg_list => P_INIT_MSG_LIST,
347: p_commit => P_COMMIT,
348: p_validate_only => P_VALIDATE_ONLY,

Line 363: pa_control_items_workflow.START_NOTIFICATION_WF

359:
360: -- Launch the workflow notification if it is not validate only mode and no errors occured till now and calling context is CLOSE.
361: -- Bug 3297238. FP M Changes.
362: IF ( p_validate_only = FND_API.G_FALSE AND x_return_status = FND_API.g_ret_sts_success AND P_calling_context = 'CLOSE' )THEN
363: pa_control_items_workflow.START_NOTIFICATION_WF
364: ( p_item_type => 'PAWFCIAC'
365: ,p_process_name => 'PA_CI_ACTION_CLOSE_FYI'
366: ,p_ci_id => l_ci_id
367: ,p_action_id => p_ci_action_id

Line 633: from pa_control_items

629: l_comment_text varchar2(32767);
630:
631: Cursor getRecordVersionNumber IS
632: select record_version_number
633: from pa_control_items
634: where ci_id = l_ci_id;
635:
636: BEGIN
637: x_return_status := fnd_api.g_ret_sts_success;

Line 731: PA_CONTROL_ITEMS_PVT.UPDATE_NUMBER_OF_ACTIONS (

727: CLOSE getRecordVersionNumber;
728:
729: If (x_return_status = fnd_api.g_ret_sts_success
730: AND p_validate_only <> fnd_api.g_true) then
731: PA_CONTROL_ITEMS_PVT.UPDATE_NUMBER_OF_ACTIONS (
732: p_api_version => P_API_VERSION,
733: p_init_msg_list => P_INIT_MSG_LIST,
734: p_commit => P_COMMIT,
735: p_validate_only => P_VALIDATE_ONLY,