DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_MATCH_CONFIG

Line 371: CTO_MATCH_CONFIG.cto_reuse_configuration(

367: ' calling reuse config' || to_char(v_reuse_bcol_count) , 5);
368: END IF;
369:
370: /* call reuse config api */
371: CTO_MATCH_CONFIG.cto_reuse_configuration(
372: p_ato_line_id => pTopAtoLineId
373: ,x_config_change => v_config_change
374: ,x_return_status => XReturnStatus
375: ,x_msg_count => XMsgCount

Line 752: oe_debug_pub.add( 'CREATE_AND_LINK_ITEM ' || ' going to call CTO_MATCH_CONFIG perform_match ' , 1 ) ;

748:
749: if( lMatchProfile = 1 and p_mode = 'AUTOCONFIG' ) then
750:
751:
752: oe_debug_pub.add( 'CREATE_AND_LINK_ITEM ' || ' going to call CTO_MATCH_CONFIG perform_match ' , 1 ) ;
753:
754:
755: CTO_MATCH_CONFIG.perform_match( pTopAtoLineId ,
756: x_return_status ,

Line 755: CTO_MATCH_CONFIG.perform_match( pTopAtoLineId ,

751:
752: oe_debug_pub.add( 'CREATE_AND_LINK_ITEM ' || ' going to call CTO_MATCH_CONFIG perform_match ' , 1 ) ;
753:
754:
755: CTO_MATCH_CONFIG.perform_match( pTopAtoLineId ,
756: x_return_status ,
757: x_msg_count,
758: x_msg_data
759: ) ;

Line 1379: lStatus := CTO_MATCH_CONFIG.check_config_match(

1375:
1376:
1377:
1378: if( v_perform_match = 'Y' ) then
1379: lStatus := CTO_MATCH_CONFIG.check_config_match(
1380: p_model_line_id => v_model_lines.line_id,
1381: x_config_match_id => lXConfigId,
1382: x_error_message => l_x_error_msg,
1383: x_message_name => l_x_msg_name);

Line 1709: lStatus := CTO_MATCH_CONFIG.can_configurations(

1705: oe_debug_pub.add ('Create_All_items: ' || 'canning configuration' || v_model_lines.line_id, 1);
1706:
1707: /* CAN configuration for items created when match profile = 'Yes' */
1708:
1709: lStatus := CTO_MATCH_CONFIG.can_configurations(
1710: v_model_lines.line_id,
1711: 0,
1712: 0,
1713: 0,

Line 2160: l_status := cto_match_config.check_config_match(

2156:
2157: if ( l_perform_match = 'Y' ) then
2158: l_stmt_num := 10;
2159: oe_debug_pub.add('Standard Match.', 1);
2160: l_status := cto_match_config.check_config_match(
2161: l_next_rec.line_id,
2162: l_x_config_id,
2163: l_x_error_msg,
2164: l_x_error_msg_name);