DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_INSTALL

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

1988: Comment ends : Bug # 2185521 .*/
1989:
1990: -- HSIU added.
1991: -- Check if project contract is installed
1992: IF (pa_install.is_product_installed('OKE')) THEN
1993: x_err_stage := 'Check contract association for task '||x_task_id;
1994: IF (PA_PROJ_STRUCTURE_PUB.CHECK_TASK_CONTRACT_ASSO(x_task_id) <>
1995: FND_API.G_RET_STS_SUCCESS) THEN
1996: x_err_code := 190;

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

2016: --end of OTL check.
2017: --Ansari
2018:
2019: --fix for bug2367945 starts
2020: Is_IEX_Installed := pa_install.is_product_installed('IEX');
2021: If Is_IEX_Installed then
2022: x_err_stage := 'check if task '|| x_task_id || ' is charged in iexpense';
2023: status_code := pa_proj_tsk_utils.check_iex_task_charged(x_task_id);
2024: if ( status_code = 1 ) then