DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on CTO_MATCH_CONFIG

Line 2189: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;

2185: l_custom_match_profile number ; /* changes made for match and reserve enhancements */
2186:
2187:
2188:
2189: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
2190: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
2191:
2192:
2193:

Line 2190: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;

2186:
2187:
2188:
2189: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
2190: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
2191:
2192:
2193:
2194: begin

Line 2664: oe_debug_pub.add('populate_bcol: ' || ' going to call cto_match_config.evaluate_n_pop_match_flag ' , 3 );

2660:
2661: end loop ;
2662:
2663:
2664: oe_debug_pub.add('populate_bcol: ' || ' going to call cto_match_config.evaluate_n_pop_match_flag ' , 3 );
2665:
2666: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab
2667: , x_sparse_tab => v_sparse_tab
2668: , x_return_status => x_return_status

Line 2666: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab

2662:
2663:
2664: oe_debug_pub.add('populate_bcol: ' || ' going to call cto_match_config.evaluate_n_pop_match_flag ' , 3 );
2665:
2666: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab
2667: , x_sparse_tab => v_sparse_tab
2668: , x_return_status => x_return_status
2669: , x_msg_count => x_msg_count
2670: , x_msg_data => x_msg_data );

Line 2694: oe_debug_pub.add('populate_bcol: ' || ' will not be calling cto_match_config.evaluate_n_pop_match_flag ' , 3 );

2690:
2691:
2692: else
2693:
2694: oe_debug_pub.add('populate_bcol: ' || ' will not be calling cto_match_config.evaluate_n_pop_match_flag ' , 3 );
2695:
2696: end if ;
2697:
2698: