DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_OTC_API

Line 4235: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'TASK',

4231: END IF;
4232: -- Finished checking if project contract is installed.
4233:
4234: --Check to see if the task has been used in OTL
4235: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'TASK',
4236: p_search_value => p_task_id,
4237: x_used => l_used_in_OTL );
4238: --If exists in OTL
4239: IF l_used_in_OTL