DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PUB dependencies on PA_CI_ACTIONS_PVT

Line 72: PA_CI_ACTIONS_PVT.CREATE_CI_ACTION

68: -- Validate the Input Values
69: If (x_return_status = fnd_api.g_ret_sts_success
70: AND l_party_id <> -999) then
71:
72: PA_CI_ACTIONS_PVT.CREATE_CI_ACTION
73: (
74: P_API_VERSION => P_API_VERSION,
75: P_INIT_MSG_LIST => P_INIT_MSG_LIST,
76: P_COMMIT => P_COMMIT,

Line 147: PA_CI_ACTIONS_PVT.CANCEL_CI_ACTION

143:
144: -- Initialize the return status to success
145: x_return_status := FND_API.G_RET_STS_SUCCESS;
146: x_msg_count := 0;
147: PA_CI_ACTIONS_PVT.CANCEL_CI_ACTION
148: (
149: p_api_version => P_API_VERSION,
150: p_init_msg_list => P_INIT_MSG_LIST,
151: p_commit => P_COMMIT,

Line 231: PA_CI_ACTIONS_PVT.CLOSE_CI_ACTION

227: -- Validate the Input Values
228: If (x_return_status = fnd_api.g_ret_sts_success
229: AND p_validate_only <> fnd_api.g_true) then
230:
231: PA_CI_ACTIONS_PVT.CLOSE_CI_ACTION
232: (
233: p_api_version => P_API_VERSION,
234: p_init_msg_list => P_INIT_MSG_LIST,
235: p_commit => P_COMMIT,

Line 340: PA_CI_ACTIONS_PVT.REASSIGN_CI_ACTION

336: -- Validate the Input Values
337: If (x_return_status = fnd_api.g_ret_sts_success
338: AND p_validate_only <> fnd_api.g_true) then
339:
340: PA_CI_ACTIONS_PVT.REASSIGN_CI_ACTION
341: (
342: p_api_version => p_api_version,
343: p_init_msg_list => p_init_msg_list,
344: p_commit => p_commit,

Line 429: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(

425:
426: -- Validate the Input Values
427: If (x_return_status = fnd_api.g_ret_sts_success
428: AND p_validate_only <> fnd_api.g_true) then
429: PA_CI_ACTIONS_PVT.ADD_CI_COMMENT(
430: p_api_version => P_API_VERSION,
431: p_init_msg_list => P_INIT_MSG_LIST,
432: p_commit => P_COMMIT,
433: p_validate_only => P_VALIDATE_ONLY,

Line 496: PA_CI_ACTIONS_PVT.UPDATE_CI_COMMENT(

492:
493: -- Validate the Input Values
494: If (x_return_status = fnd_api.g_ret_sts_success
495: AND p_validate_only <> fnd_api.g_true) then
496: PA_CI_ACTIONS_PVT.UPDATE_CI_COMMENT(
497: p_api_version => P_API_VERSION,
498: p_init_msg_list => P_INIT_MSG_LIST,
499: p_commit => P_COMMIT,
500: p_validate_only => P_VALIDATE_ONLY,