DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_PE_PERS_PREFS_ALL

Line 6116: FROM IGS_PE_PERS_PREFS_all

6112: WHERE oracle_username = cp_username;
6113: CURSOR c_person_prefs(
6114: cp_person_id IGS_PE_PERSON.person_id%TYPE) IS
6115: SELECT LAST_UPDATED_BY
6116: FROM IGS_PE_PERS_PREFS_all
6117: WHERE person_id = cp_person_id;
6118: v_other_detail VARCHAR2(255);
6119: BEGIN
6120: -- this module updates the enrolment values for a IGS_PE_PERSON's preference

Line 6169: FROM IGS_PE_PERS_PREFS_all ppp

6165: DECLARE
6166: CURSOR c_IGS_PE_PERS_PREFS IS
6167: SELECT rowid,
6168: ppp.*
6169: FROM IGS_PE_PERS_PREFS_all ppp
6170: WHERE person_id = v_person_id;
6171: BEGIN
6172: FOR v_pe_prefs_rec IN c_IGS_PE_PERS_PREFS LOOP
6173: IGS_PE_PERS_PREFS_PKG.UPDATE_ROW(