DBA Data[Home] [Help]

APPS.IGS_AS_GEN_008 dependencies on IGS_PE_PRSID_GRP_MEM_ALL

Line 29: CURSOR c_pg(gp_cd varchar2,p_id number) is select 'X' from igs_pe_prsid_grp_mem_all a, igs_as_gpc_pe_id_grp b

25: where a.unit_set_cd = b.unit_set_cd
26: and b.grading_period_cd = gp_cd
27: and a.person_id = p_id;
28:
29: CURSOR c_pg(gp_cd varchar2,p_id number) is select 'X' from igs_pe_prsid_grp_mem_all a, igs_as_gpc_pe_id_grp b
30: where a.group_id = b.group_id
31: and b.grading_period_cd = gp_cd
32: and a.person_id = p_id;
33: