DBA Data[Home] [Help]

APPS.PA_PROJ_TSK_UTILS dependencies on PA_CUST_REV_DIST_LINES

Line 910: FROM pa_cust_rev_dist_lines rdl

906: cursor c1 is
907: select 1
908: from sys.dual
909: where exists (SELECT NULL
910: FROM pa_cust_rev_dist_lines rdl
911: where rdl.project_id = x_project_id);
912:
913: cursor c2 is
914: select 1

Line 917: from pa_cust_rev_dist_lines rdl

913: cursor c2 is
914: select 1
915: from sys.dual
916: where exists (SELECT NULL
917: from pa_cust_rev_dist_lines rdl
918: , pa_expenditure_items i
919: where i.expenditure_item_id = rdl.expenditure_item_id
920: and i.task_id = x_task_Id);
921: