DBA Data[Home] [Help]

APPS.PA_PRC_PROJECT_PUB dependencies on PA_MC_CUST_EVENT_RDL_ALL

Line 58: from pa_mc_cust_event_rdl_all

54: cursor c4 is
55: select 1
56: from sys.dual
57: where exists (select prc_assignment_id
58: from pa_mc_cust_event_rdl_all
59: where prc_assignment_id = x_assignment_id);
60:
61: c4_rec c4%rowtype;
62: