DBA Data[Home] [Help]

APPS.JG_INFO dependencies on GL_BUDGET_VERSIONS

Line 55: from gl_budget_versions bv

51: BEGIN
52: if (actual_type = 'B') then
53: select bv.budget_name
54: into name
55: from gl_budget_versions bv
56: where bv.budget_version_id = type_id;
57: elsif (actual_type = 'E') then
58: select e.encumbrance_type
59: into name