DBA Data[Home] [Help]

APPS.IGF_AP_GEN dependencies on IGS_CA_LOAD_TO_TEACH_V

Line 62: FROM igs_ca_load_to_teach_v

58: cp_alternate_code_load igs_ca_inst.alternate_code%TYPE,
59: cp_alternate_code_teach igs_ca_inst.alternate_code%TYPE
60: ) IS
61: SELECT 'X' val
62: FROM igs_ca_load_to_teach_v
63: WHERE load_alternate_code = cp_alternate_code_load
64: AND teach_alternate_code = cp_alternate_code_teach
65: AND ROWNUM = 1;
66: