DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_MATCH_CONFIG

Line 386: CTO_MATCH_CONFIG.cto_reuse_configuration(

382: ' calling reuse config' || to_char(v_reuse_bcol_count) , 5);
383: END IF;
384:
385: /* call reuse config api */
386: CTO_MATCH_CONFIG.cto_reuse_configuration(
387: p_ato_line_id => pTopAtoLineId
388: ,x_config_change => v_config_change
389: ,x_return_status => XReturnStatus
390: ,x_msg_count => XMsgCount

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

802:
803: if( lMatchProfile = 1 and p_mode = 'AUTOCONFIG' ) then
804:
805:
806: oe_debug_pub.add( 'CREATE_AND_LINK_ITEM ' || ' going to call CTO_MATCH_CONFIG perform_match ' , 1 ) ;
807:
808:
809: CTO_MATCH_CONFIG.perform_match( pTopAtoLineId ,
810: x_return_status ,

Line 809: CTO_MATCH_CONFIG.perform_match( pTopAtoLineId ,

805:
806: oe_debug_pub.add( 'CREATE_AND_LINK_ITEM ' || ' going to call CTO_MATCH_CONFIG perform_match ' , 1 ) ;
807:
808:
809: CTO_MATCH_CONFIG.perform_match( pTopAtoLineId ,
810: x_return_status ,
811: x_msg_count,
812: x_msg_data
813: ) ;

Line 1436: lStatus := CTO_MATCH_CONFIG.check_config_match(

1432:
1433:
1434:
1435: if( v_perform_match = 'Y' ) then
1436: lStatus := CTO_MATCH_CONFIG.check_config_match(
1437: p_model_line_id => v_model_lines.line_id,
1438: x_config_match_id => lXConfigId,
1439: x_error_message => l_x_error_msg,
1440: x_message_name => l_x_msg_name);

Line 1769: lStatus := CTO_MATCH_CONFIG.can_configurations(

1765: oe_debug_pub.add ('Create_All_items: ' || 'canning configuration' || v_model_lines.line_id, 1);
1766:
1767: /* CAN configuration for items created when match profile = 'Yes' */
1768:
1769: lStatus := CTO_MATCH_CONFIG.can_configurations(
1770: v_model_lines.line_id,
1771: 0,
1772: 0,
1773: 0,

Line 2228: l_status := cto_match_config.check_config_match(

2224:
2225: if ( l_perform_match = 'Y' ) then
2226: l_stmt_num := 10;
2227: oe_debug_pub.add('Standard Match.', 1);
2228: l_status := cto_match_config.check_config_match(
2229: l_next_rec.line_id,
2230: l_x_config_id,
2231: l_x_error_msg,
2232: l_x_error_msg_name);