DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_OTC_API

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

4138: END IF;
4139: -- Finished checking if project contract is installed.
4140:
4141: --Check to see if the task has been used in OTL
4142: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'TASK',
4143: p_search_value => p_task_id,
4144: x_used => l_used_in_OTL );
4145: --If exists in OTL
4146: IF l_used_in_OTL