DBA Data[Home] [Help]

APPS.ZX_AR_ACTG_POPULATE_PKG dependencies on FA_RX_FLEX_PKG

Line 403: l_balancing_segment := fa_rx_flex_pkg.flex_sql(

399: -- Determine which segment is balancing segment for the given
400: -- chart of accounts (Set of books)
401:
402:
403: l_balancing_segment := fa_rx_flex_pkg.flex_sql(
404: p_application_id =>101,
405: p_id_flex_code => 'GL#',
406: p_id_flex_num => P_TRL_GLOBAL_VARIABLES_REC.chart_of_accounts_id,
407: p_table_alias => '',

Line 412: l_accounting_segment := fa_rx_flex_pkg.flex_sql(

408: p_mode => 'SELECT',
409: p_qualifier => 'GL_BALANCING');
410:
411:
412: l_accounting_segment := fa_rx_flex_pkg.flex_sql(
413: p_application_id =>101,
414: p_id_flex_code => 'GL#',
415: p_id_flex_num => P_TRL_GLOBAL_VARIABLES_REC.chart_of_accounts_id,
416: p_table_alias => '',