DBA Data[Home] [Help]

APPS.PV_MATCH_V3_PUB dependencies on PV_MATCH_V2_PUB

Line 8: Almost all of this code has been taken from PV_MATCH_V2_PUB

4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PV_MATCH_V3_PUB';
5: G_FILE_NAME CONSTANT VARCHAR2(12) := 'pvxmtv3b.pls';
6:
7: /*************************************************************
8: Almost all of this code has been taken from PV_MATCH_V2_PUB
9: and PV_OPP_MATCH_PUB. Small modifications have been made to them
10: to remove the preferred partner logic. This code was duplicated
11: so that we could have a new set of PL/SQL APIs to handle the new
12: OA UIs. These UIs expect slightly different things from the APIs

Line 1227: pv_match_v2_pub.Form_Where_Clause(

1223: END IF;
1224:
1225: l_start := DBMS_UTILITY.get_time;
1226:
1227: pv_match_v2_pub.Form_Where_Clause(
1228: p_api_version_number => p_api_version,
1229: p_attr_id_tbl => l_attr_id_tbl,
1230: p_attr_value_tbl => l_attr_value_tbl,
1231: p_attr_operator_tbl => l_attr_operator_tbl,

Line 1669: PV_MATCH_V2_PUB.Form_Where_clause(

1665: -- ================================================================================
1666: -- Get matched Partner ID's for the specified attributes
1667: -- ================================================================================
1668:
1669: PV_MATCH_V2_PUB.Form_Where_clause(
1670: p_api_version_number => l_api_version_number
1671: ,p_init_msg_list => p_init_msg_list
1672: ,p_commit => p_commit
1673: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL