DBA Data[Home] [Help]

APPS.GL_INFO dependencies on GL_BUDGET_VERSIONS

Line 71: from gl_budget_versions bv

67: BEGIN
68: if (actual_type = 'B') then
69: select bv.budget_name
70: into name
71: from gl_budget_versions bv
72: where bv.budget_version_id = type_id;
73:
74: elsif (actual_type = 'E') then
75: select e.encumbrance_type