DBA Data[Home] [Help]

APPS.PA_PRC_PROJECT_PUB dependencies on PA_MC_EVENTS

Line 67: from pa_mc_events

63: cursor c5 is
64: select 1
65: from sys.dual
66: where exists (select prc_assignment_id
67: from pa_mc_events
68: where prc_assignment_id = x_assignment_id);
69:
70: c5_rec c5%rowtype;
71: /*