DBA Data[Home] [Help]

APPS.GL_BUDORG_BC_OPTIONS_PKG dependencies on GL_LEDGERS

Line 344: FROM gl_ledgers gl1, gl_budget_assignment_ranges gl2

340: INTO L_Functional_Currency,
341: L_Budgetary_Control_Flag,
342: L_Entry_Code,
343: L_Currency_Code
344: FROM gl_ledgers gl1, gl_budget_assignment_ranges gl2
345: WHERE gl2.range_id = X_Range_Id
346: AND gl1.ledger_id = gl2.ledger_id;
347:
348:

Line 539: FROM gl_ledgers gl1, gl_budget_assignment_ranges gl2

535: INTO L_Functional_Currency,
536: L_Budgetary_Control_Flag,
537: L_Entry_Code,
538: L_Currency_Code
539: FROM gl_ledgers gl1, gl_budget_assignment_ranges gl2
540: WHERE gl2.range_id = X_Range_Id
541: AND gl1.ledger_id = gl2.ledger_id;
542:
543: