DBA Data[Home] [Help]

APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_PE_ATHLETIC_PRG_V

Line 286: FROM igs_pe_athletic_prg_v

282: --Cursor to get the Atheltic Details Count
283: --
284: CURSOR cur_get_athletic_count IS
285: SELECT COUNT(person_id)
286: FROM igs_pe_athletic_prg_v
287: WHERE person_id=p_person_id;
288:
289: l_athletic_cnt NUMBER;
290: l_athletic_m VARCHAR2(1);