DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_IMPACTS_PVT

Line 346: /*Directly calling the private method in PA_CI_IMPACTS_PVT*/

342: elsif p_impact_description <> G_PA_MISS_CHAR and p_impact_description is not null then
343: l_impact_description := p_impact_description;
344: end if;
345:
346: /*Directly calling the private method in PA_CI_IMPACTS_PVT*/
347: PA_CI_IMPACTS_pvt.create_ci_impact(
348: p_api_version => p_api_version_number,
349: p_init_msg_list => FND_API.G_FALSE,
350: p_commit => p_commit,

Line 347: PA_CI_IMPACTS_pvt.create_ci_impact(

343: l_impact_description := p_impact_description;
344: end if;
345:
346: /*Directly calling the private method in PA_CI_IMPACTS_PVT*/
347: PA_CI_IMPACTS_pvt.create_ci_impact(
348: p_api_version => p_api_version_number,
349: p_init_msg_list => FND_API.G_FALSE,
350: p_commit => p_commit,
351: p_validate_only => 'F',

Line 377: /*calling directly the PVT method in PA_CI_IMPACTS_pvt*/

373: l_impact_description := p_impact_description;
374: end if;
375:
376:
377: /*calling directly the PVT method in PA_CI_IMPACTS_pvt*/
378: PA_CI_IMPACTS_pvt.update_ci_impact(
379: p_api_version => p_api_version_number,
380: p_init_msg_list => FND_API.G_FALSE,
381: p_commit => p_commit,

Line 378: PA_CI_IMPACTS_pvt.update_ci_impact(

374: end if;
375:
376:
377: /*calling directly the PVT method in PA_CI_IMPACTS_pvt*/
378: PA_CI_IMPACTS_pvt.update_ci_impact(
379: p_api_version => p_api_version_number,
380: p_init_msg_list => FND_API.G_FALSE,
381: p_commit => p_commit,
382: p_validate_only => 'F',