DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_INSTALL

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

2200: Comment ends : Bug # 2185521 .*/
2201:
2202: -- HSIU added.
2203: -- Check if project contract is installed
2204: IF (pa_install.is_product_installed('OKE')) THEN
2205: x_err_stage := 'Check contract association for task '||x_task_id;
2206: IF (PA_PROJ_STRUCTURE_PUB.CHECK_TASK_CONTRACT_ASSO(x_task_id) <>
2207: FND_API.G_RET_STS_SUCCESS) THEN
2208: x_err_code := 190;

Line 2232: Is_IEX_Installed := pa_install.is_product_installed('IEX');

2228: --end of OTL check.
2229: --Ansari
2230:
2231: --fix for bug2367945 starts
2232: Is_IEX_Installed := pa_install.is_product_installed('IEX');
2233: If Is_IEX_Installed then
2234: x_err_stage := 'check if task '|| x_task_id || ' is charged in iexpense';
2235: status_code := pa_proj_tsk_utils.check_iex_task_charged(x_task_id);
2236: if ( status_code = 1 ) then