DBA Data[Home] [Help]

APPS.GL_GLXDDA_XMLP_PKG dependencies on GL_INFO

Line 66: gl_info.gl_get_ledger_info(t_to_ledger_id,

62: else
63: ConsolidationName := t_consolidation_name;
64: end if;
65:
66: gl_info.gl_get_ledger_info(t_to_ledger_id,
67: t_to_chart_of_accounts_id,
68: t_to_ledger_name,
69: t_to_base_currency,
70: t_error_buffer);

Line 95: gl_info.gl_get_ledger_info(t_from_ledger_id,

91: end if;
92: close t_cursorLedgerName;
93:
94:
95: gl_info.gl_get_ledger_info(t_from_ledger_id,
96: t_from_chart_of_accounts_id,
97: t_from_ledger_name,
98: t_from_base_currency,
99: t_error_buffer);