DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PUB dependencies on PA_CI_ACTIONS_PVT

Line 4647: pa_ci_actions_pvt.close_ci_action(

4643: else
4644: l_response_text := p_response_text;
4645: end if;--if (p_response_text = G_PA_MISS_CHAR) then
4646:
4647: pa_ci_actions_pvt.close_ci_action(
4648: p_validate_only => fnd_api.g_false,
4649: p_ci_action_id => l_action_id,
4650: p_sign_off_flag => l_sign_off_flag,
4651: p_record_version_number => get_action_attrs_rec.record_version_number,

Line 4784: /*need to add a context in the pa_ci_actions_pvt.reassign_ci_action so tht we dont perform the check that

4780: end if;
4781: raise fnd_api.g_exc_error;
4782: end if;
4783:
4784: /*need to add a context in the pa_ci_actions_pvt.reassign_ci_action so tht we dont perform the check that
4785: required by date cannot be before the system date*/
4786: pa_ci_actions_pvt.reassign_ci_action(
4787: p_validate_only => fnd_api.g_false,
4788: p_ci_action_id => l_action_id,

Line 4786: pa_ci_actions_pvt.reassign_ci_action(

4782: end if;
4783:
4784: /*need to add a context in the pa_ci_actions_pvt.reassign_ci_action so tht we dont perform the check that
4785: required by date cannot be before the system date*/
4786: pa_ci_actions_pvt.reassign_ci_action(
4787: p_validate_only => fnd_api.g_false,
4788: p_ci_action_id => l_action_id,
4789: p_sign_off_flag => l_sign_off_flag,
4790: p_record_version_number => get_action_attrs_rec.record_version_number,

Line 4854: pa_ci_actions_pvt.add_ci_comment(

4850: else
4851: l_response_text := p_response_text;
4852: end if;--if (p_response_text = G_PA_MISS_CHAR) then
4853:
4854: pa_ci_actions_pvt.add_ci_comment(
4855: p_validate_only => fnd_api.g_false,
4856: p_ci_comment_id => l_ci_comment_id,
4857: p_ci_id => get_action_attrs_rec.ci_id,
4858: p_type_code => 'UNSOLICITED',

Line 5146: pa_debug.g_err_stage:= 'Before calling the pa_ci_actions_pvt.cancel_ci_action';

5142: --------------------------------------------------------------
5143: /*Need to chck for the open notification details cancelling*/
5144: -------------------------------------------------------------
5145: if l_debug_mode = 'Y' then
5146: pa_debug.g_err_stage:= 'Before calling the pa_ci_actions_pvt.cancel_ci_action';
5147: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
5148: end if;
5149:
5150: if x_return_status = FND_API.G_RET_STS_SUCCESS THEN

Line 5152: pa_ci_actions_pvt.cancel_ci_action(

5148: end if;
5149:
5150: if x_return_status = FND_API.G_RET_STS_SUCCESS THEN
5151:
5152: pa_ci_actions_pvt.cancel_ci_action(
5153: p_api_version => 1.0,
5154: p_init_msg_list => FND_API.G_FALSE,
5155: p_commit => p_commit,
5156: p_validate_only => 'F',