DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FA_RX_FLEX_PKG

Line 984: SELECT fa_rx_flex_pkg.flex_sql(101,'GL#',chart_of_accounts_id,NULL,

980: BEGIN
981:
982: arp_util.debug('arp_process_writeoff.balancing_segment()+');
983:
984: SELECT fa_rx_flex_pkg.flex_sql(101,'GL#',chart_of_accounts_id,NULL,
985: 'SELECT','GL_BALANCING')
986: INTO l_balancing_segment
987: FROM gl_code_combinations
988: WHERE code_combination_id= p_code_combination_id;