DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on FND_API

Line 1995: FND_API.G_RET_STS_SUCCESS) THEN

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;
1997: x_err_stage := 'PA_STRUCT_TK_HAS_CONTRACT';
1998: return;
1999: END IF;