DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_CUSTOM_MATCH_PK

Line 1443: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(

1439: x_error_message => l_x_error_msg,
1440: x_message_name => l_x_msg_name);
1441:
1442: else /* custom match */
1443: lStatus := CTO_CUSTOM_MATCH_PK.find_matching_config(
1444: pModelLineId => v_model_lines.line_id,
1445: xMatchedItemId => lXConfigId,
1446: xErrorMessage => l_x_error_msg,
1447: xMessageName => l_x_msg_name,

Line 2239: l_status := CTO_CUSTOM_MATCH_PK.find_matching_config(

2235:
2236:
2237: elsif ( l_perform_match = 'C' ) then
2238: l_stmt_num := 15;
2239: l_status := CTO_CUSTOM_MATCH_PK.find_matching_config(
2240: l_next_rec.line_id,
2241: l_x_config_id,
2242: l_x_error_msg,
2243: l_x_error_msg_name,