DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on CTO_CUSTOM_MATCH_PK

Line 370: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(

366: ELSE
367: IF PG_DEBUG <> 0 THEN
368: oe_debug_pub.add('match_and_create_all_items: ' || 'Custom Match.', 1);
369: END IF;
370: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(
371: pModelLineId => lNextRec.line_id,
372: xMatchedItemId => lXConfigId,
373: xErrorMessage => l_x_error_msg,
374: xMessageName => l_x_msg_name,

Line 2058: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(

2054: oe_debug_pub.add('match_and_create_all_items: ' || 'Custom Match.', 1);
2055: END IF;
2056:
2057: lStmtNum:=50;
2058: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(
2059: pModelLineId => lNextRec.line_id,
2060: xMatchedItemId => lXConfigId,
2061: xErrorMessage => l_x_error_msg,
2062: xMessageName => l_x_msg_name,