DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on GL_CODE_COMBINATIONS

Line 992: FROM gl_code_combinations

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;
994:
995: l_str := 'SELECT '||l_balancing_segment||' INTO :bnd_segment_value
996: FROM gl_code_combinations where code_combination_id=:bind_ccid';

Line 996: FROM gl_code_combinations where code_combination_id=:bind_ccid';

992: FROM gl_code_combinations
993: WHERE code_combination_id= p_code_combination_id;
994:
995: l_str := 'SELECT '||l_balancing_segment||' INTO :bnd_segment_value
996: FROM gl_code_combinations where code_combination_id=:bind_ccid';
997:
998: EXECUTE IMMEDIATE l_str INTO l_segment_value USING p_code_combination_id;
999:
1000: arp_util.debug('arp_process_writeoff.balancing_segment()-');