DBA Data[Home] [Help]

APPS.IGS_EN_WORKFLOW dependencies on IGS_EN_INTM_TYPES

Line 254: FROM igs_en_intm_types

250: -- Cursor to fetch the Intermission Type Description
251:
252: CURSOR cur_int_type IS
253: SELECT intermission_type,description
254: FROM igs_en_intm_types
255: WHERE intermission_type = p_intmtype;
256:
257:
258: