DBA Data[Home] [Help]

APPS.GL_GLXBCSD_XMLP_PKG dependencies on GL_BUDGET_VERSIONS

Line 47: from gl_budget_versions

43: where ledger_id = P_LEDGER_ID;
44:
45: select budget_name
46: INTO BUDGET_NAME
47: from gl_budget_versions
48: where budget_version_id = P_BUDGET_VERSION_ID;
49:
50: exception
51: WHEN OTHERS THEN