DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on GL_CODE_COMBINATIONS

Line 987: FROM gl_code_combinations

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;
989:
990: l_str := 'SELECT '||l_balancing_segment||' INTO :bnd_segment_value
991: FROM gl_code_combinations where code_combination_id=:bind_ccid';

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

987: FROM gl_code_combinations
988: WHERE code_combination_id= p_code_combination_id;
989:
990: l_str := 'SELECT '||l_balancing_segment||' INTO :bnd_segment_value
991: FROM gl_code_combinations where code_combination_id=:bind_ccid';
992:
993: EXECUTE IMMEDIATE l_str INTO l_segment_value USING p_code_combination_id;
994:
995: arp_util.debug('arp_process_writeoff.balancing_segment()-');