DBA Data[Home] [Help]

APPS.GL_INFO dependencies on GL_ENCUMBRANCE_TYPES

Line 77: from gl_encumbrance_types e

73:
74: elsif (actual_type = 'E') then
75: select e.encumbrance_type
76: into name
77: from gl_encumbrance_types e
78: where e.encumbrance_type_id = type_id;
79: end if;
80:
81: EXCEPTION