DBA Data[Home] [Help]

APPS.PA_CAPITAL_PROJECT_UTILS dependencies on PA_PROJECT_ASSET_LINES_ALL

Line 283: from pa_project_asset_lines_all

279: Cursor C_Asset_Lines_Exist(P_Asset_Id in Number) Is
280: Select 1
281: From Dual
282: Where Exists (select project_asset_id
283: from pa_project_asset_lines_all
284: where project_asset_id = P_Asset_Id);
285:
286: L_Exists Number;
287: