DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_CUSTOM_MATCH_PK

Line 1386: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(

1382: x_error_message => l_x_error_msg,
1383: x_message_name => l_x_msg_name);
1384:
1385: else /* custom match */
1386: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(
1387: pModelLineId => v_model_lines.line_id,
1388: xMatchedItemId => lXConfigId,
1389: xErrorMessage => l_x_error_msg,
1390: xMessageName => l_x_msg_name,

Line 2171: l_status := CTO_CUSTOM_MATCH_PK.find_matching_config(

2167:
2168:
2169: elsif ( l_perform_match = 'C' ) then
2170: l_stmt_num := 15;
2171: l_status := CTO_CUSTOM_MATCH_PK.find_matching_config(
2172: l_next_rec.line_id,
2173: l_x_config_id,
2174: l_x_error_msg,
2175: l_x_error_msg_name,