DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on CTO_MATCH_CONFIG

Line 888: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;

884:
885:
886: v_sysdate DATE ;
887:
888: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
889: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
890:
891: i number ;
892: x_return_status varchar2(1) ;

Line 889: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;

885:
886: v_sysdate DATE ;
887:
888: v_match_flag_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
889: v_sparse_tab CTO_MATCH_CONFIG.MATCH_FLAG_TBL_TYPE ;
890:
891: i number ;
892: x_return_status varchar2(1) ;
893: x_msg_count number;

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

1281:
1282: end loop ;
1283:
1284:
1285: oe_debug_pub.add('populate_bcol: ' || ' going to call cto_match_config.evaluate_n_pop_match_flag ' , 3 );
1286:
1287: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab
1288: , x_sparse_tab => v_sparse_tab
1289: , x_return_status => x_return_status

Line 1287: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab

1283:
1284:
1285: oe_debug_pub.add('populate_bcol: ' || ' going to call cto_match_config.evaluate_n_pop_match_flag ' , 3 );
1286:
1287: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab
1288: , x_sparse_tab => v_sparse_tab
1289: , x_return_status => x_return_status
1290: , x_msg_count => x_msg_count
1291: , x_msg_data => x_msg_data );

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

1323:
1324:
1325: else
1326:
1327: oe_debug_pub.add('populate_bcol: ' || ' will not be calling cto_match_config.evaluate_n_pop_match_flag ' , 3 );
1328:
1329: end if ;
1330:
1331:

Line 1344: CTO_MATCH_CONFIG.perform_match( v_ato_line_id ,

1340: v_step := 'Step 45 ' ;
1341: if( v_perform_match = 'Y' ) then
1342:
1343: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'PROCESS_CONFIGURATOR_DATA' , 'Calling CTOMCFGB perform_match ' ) ;
1344: CTO_MATCH_CONFIG.perform_match( v_ato_line_id ,
1345: x_return_status ,
1346: x_msg_count,
1347: x_msg_data
1348: ) ;

Line 1968: lStatus := CTO_MATCH_CONFIG.can_configurations(

1964:
1965: if( lPerformMatch = 'N' ) then
1966:
1967: v_step := 'Step 35 ' ;
1968: lStatus := CTO_MATCH_CONFIG.can_configurations(
1969: lNextRec.line_id,
1970: 0,
1971: 0,
1972: 0,

Line 2717: l_status := cto_match_config.check_config_match(

2713:
2714: if ( l_custom_match_profile = 2) then
2715: l_stmt_num := 10;
2716: oe_debug_pub.add('Standard Match.', 1);
2717: l_status := cto_match_config.check_config_match(
2718: l_next_rec.line_id,
2719: l_x_config_id,
2720: l_x_error_msg,
2721: l_x_error_msg_name);