DBA Data[Home] [Help]

APPS.GL_GLXUSA_XMLP_PKG dependencies on GL_INFO

Line 134: gl_info.gl_get_ledger_info(t_from_ledger_id,

130:
131: end;
132:
133:
134: gl_info.gl_get_ledger_info(t_from_ledger_id,
135: t_from_chart_of_accounts_id,
136: t_from_ledger_name,
137: t_from_currency_code,
138: t_error_buffer);

Line 150: gl_info.gl_get_ledger_info(t_to_ledger_id,

146: STRUCT_NUM := to_char(t_from_chart_of_accounts_id);
147: FromCurrencyCode := t_from_currency_code;
148: end if;
149:
150: gl_info.gl_get_ledger_info(t_to_ledger_id,
151: t_to_chart_of_accounts_id,
152: t_to_ledger_name,
153: t_to_currency_code,
154: t_error_buffer);