DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on FA_RX_FLEX_PKG

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

985: BEGIN
986:
987: arp_util.debug('arp_process_writeoff.balancing_segment()+');
988:
989: SELECT fa_rx_flex_pkg.flex_sql(101,'GL#',chart_of_accounts_id,NULL,
990: 'SELECT','GL_BALANCING')
991: INTO l_balancing_segment
992: FROM gl_code_combinations
993: WHERE code_combination_id= p_code_combination_id;