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 1282: oe_debug_pub.add('populate_bcol: ' || ' going to call cto_match_config.evaluate_n_pop_match_flag ' , 3 );

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

Line 1284: cto_match_config.evaluate_n_pop_match_flag( p_match_flag_tab => v_match_flag_tab

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

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

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

Line 1341: CTO_MATCH_CONFIG.perform_match( v_ato_line_id ,

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

Line 1965: lStatus := CTO_MATCH_CONFIG.can_configurations(

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

Line 2712: l_status := cto_match_config.check_config_match(

2708:
2709: if ( l_custom_match_profile = 2) then
2710: l_stmt_num := 10;
2711: oe_debug_pub.add('Standard Match.', 1);
2712: l_status := cto_match_config.check_config_match(
2713: l_next_rec.line_id,
2714: l_x_config_id,
2715: l_x_error_msg,
2716: l_x_error_msg_name);