DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on FND_API

Line 2207: FND_API.G_RET_STS_SUCCESS) THEN

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;
2209: x_err_stage := 'PA_STRUCT_TK_HAS_CONTRACT';
2210: return;
2211: END IF;