DBA Data[Home] [Help]

APPS.PA_PROJECT_INTEGRATION_PUB dependencies on PA_PROJ_TASK_STRUC_PUB

Line 1749: select decode(PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN(l_PROJECT_IN_OBJ.PA_PROJECT_ID ), 'N',

1745: IF ( l_PROJECT_IN_OBJ.PA_PROJECT_ID IS NOT NULL
1746: AND l_PROJECT_IN_OBJ.PA_PROJECT_ID <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM
1747: AND l_return_status = 'S' ) then
1748:
1749: select decode(PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN(l_PROJECT_IN_OBJ.PA_PROJECT_ID ), 'N',
1750: 'FINANCIAL', structure_type), receive_task , structure_type
1751: into l_struct_type , l_receive_task , l_setup_struct_type
1752: from pa_integration_settings
1753: where project_id = l_PROJECT_IN_OBJ.PA_PROJECT_ID

Line 1758: select decode(PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN( l_create_from_project_id ), 'N',

1754: and enable_integration = 'Y';
1755:
1756: else
1757:
1758: select decode(PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN( l_create_from_project_id ), 'N',
1759: 'FINANCIAL', structure_type) , receive_task, structure_type
1760: into l_struct_type , l_receive_task , l_setup_struct_type
1761: from pa_integration_settings
1762: where project_id = l_create_from_project_id