DBA Data[Home] [Help]

APPS.PA_PRC_PROJECT_PUB dependencies on PA_MC_COST_DIST_LINES_ALL

Line 40: from pa_mc_cost_dist_lines_all

36: cursor c2 is
37: select 1
38: from sys.dual
39: where exists (select prc_assignment_id
40: from pa_mc_cost_dist_lines_all
41: where prc_assignment_id = x_assignment_id);
42:
43: c2_rec c2%rowtype;
44: