DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on CTO_MATCH_CONFIG

Line 2191: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;

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

Line 2192: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;

2188:
2189:
2190:
2191: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
2192: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
2193:
2194:
2195:
2196: begin

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

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

Line 2668: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab

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

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

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