DBA Data[Home] [Help]

APPS.IGS_AS_DERIVE_GRADE dependencies on IGS_AS_ENTRY_CONF

Line 450: FROM igs_as_entry_conf

446: --
447: --
448: CURSOR cur_entry_conf IS
449: SELECT key_mark_entry_dec_points
450: FROM igs_as_entry_conf
451: WHERE s_control_num = 1;
452: --
453: rec_entry_conf cur_entry_conf%ROWTYPE;
454: l_format_mask VARCHAR2(9);