DBA Data[Home] [Help]

APPS.PA_PROJ_STRUCTURE_PVT dependencies on OKE_PA_CHECKS_PUB

Line 505: OKE_PA_CHECKS_PUB.Disassociation_Allowed(p_api_version => 1.0,

501: where task_id = p_task_id;*/
502: --
503: -- Bug_9931285: Uncommented the below check.
504: IF (pa_install.is_product_installed('OKE')) THEN
505: OKE_PA_CHECKS_PUB.Disassociation_Allowed(p_api_version => 1.0,
506: x_msg_count => x_msg_count,
507: x_msg_data => x_msg_data,
508: x_return_status => x_return_status,
509: From_Project_ID => l_project_from_id,

Line 590: OKE_PA_CHECKS_PUB.Disassociation_Allowed(p_api_version => 1.0,

586: -- EXIT WHEN get_all_projects_for_task%NOTFOUND;
587: --
588: /* check if this relationship can be removed */
589: /*IF (pa_install.is_product_installed('OKE')) THEN
590: OKE_PA_CHECKS_PUB.Disassociation_Allowed(p_api_version => 1.0,
591: x_msg_count => x_msg_count,
592: x_msg_data => x_msg_data,
593: x_return_status => x_return_status,
594: From_Project_ID => l_project_from_id,