DBA Data[Home] [Help]

APPS.PA_UTILS4 dependencies on PA_OTC_API

Line 937: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'PROJECT_ID',

933: End If;
934:
935: --Check to see if the project has been used in OTL--Added by Ansari
936: x_err_stage := 'check if project used in OTL for project: '|| p_project_id;
937: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'PROJECT_ID',
938: p_search_value => p_project_id,
939: x_used => x_used_in_OTL );
940: --If exists in OTL
941: IF x_used_in_OTL THEN