DBA Data[Home] [Help]

APPS.GL_ENTITY_BUDGETS_PKG dependencies on GL_BUDGETS

Line 54: FROM gl_budgets b, gl_budget_versions bv

50: last_updated_by, last_update_date, last_update_login)
51: SELECT x_budget_entity_id, bv.budget_version_id, 'N',
52: x_last_updated_by, sysdate,
53: x_last_updated_by, sysdate, x_last_update_login
54: FROM gl_budgets b, gl_budget_versions bv
55: WHERE b.ledger_id = x_ledger_id
56: AND bv.budget_name = b.budget_name
57: AND bv.budget_type = b.budget_type;
58: