DBA Data[Home] [Help]

APPS.IGS_AV_VAL_ASU dependencies on IGS_LOOKUPS_VIEW

Line 297: cp_recognition_type igs_lookups_view.lookup_code%TYPE

293: DECLARE
294: v_closed_ind CHAR;
295:
296: CURSOR c_get_closed_ind (
297: cp_recognition_type igs_lookups_view.lookup_code%TYPE
298: ) IS
299: SELECT closed_ind
300: FROM igs_lookups_view
301: WHERE lookup_type = 'ADV_STND_RECOGNITION_TYPE'

Line 300: FROM igs_lookups_view

296: CURSOR c_get_closed_ind (
297: cp_recognition_type igs_lookups_view.lookup_code%TYPE
298: ) IS
299: SELECT closed_ind
300: FROM igs_lookups_view
301: WHERE lookup_type = 'ADV_STND_RECOGNITION_TYPE'
302: AND lookup_code = p_recognition_type;
303: BEGIN
304: p_message_name := NULL;