DBA Data[Home] [Help]

APPS.PV_PARTNER_CONTRACTS_PVT dependencies on PV_PARTNER_GEO_MATCH_PVT

Line 10: -- 18-DEC-2002 Karen.Tsao Made a call to PV_Partner_Geo_Match_PVT.Get_Matched_Geo_Hierarchy_Id

6: -- PV_Partner_Contracts_PVT
7: -- Purpose
8: --
9: -- History
10: -- 18-DEC-2002 Karen.Tsao Made a call to PV_Partner_Geo_Match_PVT.Get_Matched_Geo_Hierarchy_Id
11: -- to get the geography hierarchy id.
12: -- 28-DEC-2003 Karen.Tsao Modified the query in cursor c_get_contract_id.
13: -- 01-APR-2004 Karen.Tsao Fixed for bug 3540615. Added API Is_Contract_Exists.
14: -- 29-JUN-2004 Karen.Tsao Fixed for sql repository issue (8944997).

Line 199: PV_Partner_Geo_Match_PVT.Get_Matched_Geo_Hierarchy_Id(

195:
196: l_partner_party_id := x.partner_party_id;
197: END LOOP;
198:
199: PV_Partner_Geo_Match_PVT.Get_Matched_Geo_Hierarchy_Id(
200: p_api_version_number => 1.0
201: ,p_init_msg_list => FND_API.G_FALSE
202: ,x_return_status => x_return_status
203: ,x_msg_count => x_msg_count

Line 424: PV_Partner_Geo_Match_PVT.get_Matched_Geo_Hierarchy_Id(

420:
421:
422: IF l_geo_hierarchy_ids_tbl.count > 0 THEN
423:
424: PV_Partner_Geo_Match_PVT.get_Matched_Geo_Hierarchy_Id(
425: p_api_version_number => 1.0
426: ,p_init_msg_list => FND_API.G_TRUE
427: ,x_return_status => l_return_status
428: ,x_msg_count => l_msg_count