DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on HZ_PARTY_SITE_V2PUB

Line 527: pHzpsRec in OUT NOCOPY hz_party_site_v2pub.party_site_rec_type,

523: procedure do_assign_flex (
524: pHzpRec in OUT NOCOPY hz_party_v2pub.party_rec_type,
525: pHzlRec in OUT NOCOPY hz_location_v2pub.location_rec_type,
526: pHzcpRec in OUT NOCOPY hz_contact_point_v2pub.contact_point_rec_type,
527: pHzpsRec in OUT NOCOPY hz_party_site_v2pub.party_site_rec_type,
528: pHzocRec in OUT NOCOPY hz_party_contact_v2pub.org_contact_rec_type,
529: -- pHocrRec in out hz_party_pub.org_contact_role_rec_type,
530: pAsslRec in OUT NOCOPY as_sales_leads_pub.sales_lead_rec_type,
531: pAssllTbl in OUT NOCOPY as_sales_leads_pub.sales_lead_line_tbl_type,

Line 894: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;

890: -- Dummy
891: --l_dummy_rec1 hz_party_v2pub.party_rec_type;
892: l_dummy_rec2 hz_location_v2pub.location_rec_type;
893: l_dummy_rec3 hz_contact_point_v2pub.contact_point_rec_type;
894: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;
895: l_dummy_rec5 hz_party_contact_v2pub.org_contact_rec_type;
896: l_dummy_rec7 as_sales_leads_pub.sales_lead_rec_type;
897: l_dummy_tbl8 as_sales_leads_pub.sales_lead_line_tbl_type;
898: l_dummy_tbl9 as_sales_leads_pub.sales_lead_contact_tbl_type;

Line 1292: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;

1288: -- Dummy
1289: l_dummy_rec1 hz_party_v2pub.party_rec_type;
1290: l_dummy_rec2 hz_location_v2pub.location_rec_type;
1291: l_dummy_rec3 hz_contact_point_v2pub.contact_point_rec_type;
1292: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;
1293: l_dummy_rec5 hz_party_contact_v2pub.org_contact_rec_type;
1294: --l_dummy_rec6 hz_party_pub.org_contact_role_rec_type;
1295: l_dummy_rec7 as_sales_leads_pub.sales_lead_rec_type;
1296: l_dummy_tbl8 as_sales_leads_pub.sales_lead_line_tbl_type;

Line 1723: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;

1719: -- Dummy
1720: l_dummy_rec1 hz_party_v2pub.party_rec_type;
1721: --l_dummy_rec2 hz_location_pub.location_rec_type;
1722: l_dummy_rec3 hz_contact_point_v2pub.contact_point_rec_type;
1723: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;
1724: l_dummy_rec5 hz_party_contact_v2pub.org_contact_rec_type;
1725: l_dummy_rec6 hz_party_contact_v2pub.org_contact_role_rec_type;
1726: l_dummy_rec7 as_sales_leads_pub.sales_lead_rec_type;
1727: l_dummy_tbl8 as_sales_leads_pub.sales_lead_line_tbl_type;

Line 1835: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;

1831: -- aanjaria enh tcav2
1832: -- Dummy
1833: l_dummy_rec2 hz_location_v2pub.location_rec_type;
1834: l_dummy_rec3 hz_contact_point_v2pub.contact_point_rec_type;
1835: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;
1836: l_dummy_rec5 hz_party_contact_v2pub.org_contact_rec_type;
1837: l_dummy_rec6 hz_party_contact_v2pub.org_contact_role_rec_type;
1838: l_dummy_rec7 as_sales_leads_pub.sales_lead_rec_type;
1839: l_dummy_tbl8 as_sales_leads_pub.sales_lead_line_tbl_type;

Line 1937: l_ps_rec hz_party_site_v2pub.party_site_rec_type;

1933: p_type IN varchar2,
1934: G_return_status OUT NOCOPY varchar2)
1935: IS
1936: -- aanjaria enh tcav2
1937: l_ps_rec hz_party_site_v2pub.party_site_rec_type;
1938: l_ps_use_rec HZ_PARTY_SITE_V2PUB.party_site_use_rec_type;
1939: l_ps_use_id number;
1940: l_msg_data VARCHAR2(2000);
1941: l_hz_psNumber VARCHAR2(30);

Line 1938: l_ps_use_rec HZ_PARTY_SITE_V2PUB.party_site_use_rec_type;

1934: G_return_status OUT NOCOPY varchar2)
1935: IS
1936: -- aanjaria enh tcav2
1937: l_ps_rec hz_party_site_v2pub.party_site_rec_type;
1938: l_ps_use_rec HZ_PARTY_SITE_V2PUB.party_site_use_rec_type;
1939: l_ps_use_id number;
1940: l_msg_data VARCHAR2(2000);
1941: l_hz_psNumber VARCHAR2(30);
1942: l_hz_psid NUMBER;

Line 1996: HZ_PARTY_SITE_V2PUB.create_party_site (

1992: G_return_status := FND_API.G_RET_STS_SUCCESS;
1993: END IF;
1994:
1995: If G_return_status = FND_API.G_RET_STS_SUCCESS Then
1996: HZ_PARTY_SITE_V2PUB.create_party_site (
1997: p_init_msg_list => FND_API.G_FALSE,
1998: p_party_site_rec => l_ps_rec,
1999: x_return_status => G_return_status,
2000: x_msg_count => G_MESG_COUNT,

Line 2037: HZ_PARTY_SITE_V2PUB.create_party_site_use (

2033:
2034: l_ps_use_rec.created_by_module := 'AML_LEAD_IMPORT';
2035: l_ps_use_rec.application_id := 530;
2036:
2037: HZ_PARTY_SITE_V2PUB.create_party_site_use (
2038: p_init_msg_list => FND_API.G_FALSE,
2039: p_party_site_use_rec => l_ps_use_rec,
2040: x_return_status => G_return_status,
2041: x_msg_count => G_MESG_COUNT,

Line 2078: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;

2074: -- Dummy
2075: l_dummy_rec1 hz_party_v2pub.party_rec_type;
2076: l_dummy_rec2 hz_location_v2pub.location_rec_type;
2077: l_dummy_rec3 hz_contact_point_v2pub.contact_point_rec_type;
2078: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;
2079: l_dummy_rec5 hz_party_contact_v2pub.org_contact_rec_type;
2080: l_dummy_rec6 hz_party_contact_v2pub.org_contact_role_rec_type;
2081: l_dummy_rec7 as_sales_leads_pub.sales_lead_rec_type;
2082: l_dummy_tbl8 as_sales_leads_pub.sales_lead_line_tbl_type;

Line 2361: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;

2357: -- Dummy
2358: l_dummy_rec1 hz_party_v2pub.party_rec_type;
2359: l_dummy_rec2 hz_location_v2pub.location_rec_type;
2360: l_dummy_rec3 hz_contact_point_v2pub.contact_point_rec_type;
2361: l_dummy_rec4 hz_party_site_v2pub.party_site_rec_type;
2362: l_dummy_rec5 hz_party_contact_v2pub.org_contact_rec_type;
2363: l_dummy_rec6 hz_party_contact_v2pub.org_contact_role_rec_type;
2364: l_dummy_rec7 as_sales_leads_pub.sales_lead_rec_type;
2365: l_dummy_tbl8 as_sales_leads_pub.sales_lead_line_tbl_type;