DBA Data[Home] [Help]

APPS.PA_PROJ_STRUCTURE_PVT dependencies on PA_INSTALL

Line 504: IF (pa_install.is_product_installed('OKE')) THEN

500: from pa_tasks
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,

Line 589: /*IF (pa_install.is_product_installed('OKE')) THEN

585: -- FETCH get_all_projects_for_task INTO l_project_id, l_object_relationship_id;
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,