DBA Data[Home] [Help]

APPS.PN_REC_EXP_EXTR_FROM_GL_PKG dependencies on GL_BUDGET_VERSIONS

Line 1487: gl_budget_versions gbv

1483: /* cursor for budget ID */
1484: CURSOR budget(name VARCHAR2, sob_id NUMBER) IS
1485: select gbv.budget_version_id
1486: from gl_budgets gb,
1487: gl_budget_versions gbv
1488: where gb.ledger_id = sob_id
1489: and gb.budget_name = name
1490: and gbv.budget_name = gb.budget_name
1491: order by gb.current_version_id;