DBA Data[Home] [Help]

APPS.IGS_EN_GEN_004 dependencies on IGS_PE_USR_ARG_ALL

Line 566: FROM IGS_PE_USR_ARG_ALL

562: --modified cursor for performance bug 3696424
563: CURSOR c_recdt_alias_per_lvl( cp_person_type IGS_PE_USR_ARG.person_type%TYPE ) IS
564: SELECT record_open_dt_alias,
565: record_cutoff_dt_alias
566: FROM IGS_PE_USR_ARG_ALL
567: WHERE person_type = cp_person_type;
568:
569: --Cursor is to get the all open date alias values for a calendar instance in ascending order.
570: CURSOR c_alias_val_op_dt(cp_cal_type IGS_CA_DA_INST_V.cal_type%TYPE,