DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on HZ_CUST_ACCOUNT_SITE_V2PUB

Line 1564: l_account_site_rec HZ_CUST_ACCOUNT_SITE_V2PUB.cust_acct_site_rec_type;

1560: --g_auto_site_numbering Varchar2(1);
1561: --g_auto_location_numbering Varchar2(1);
1562: l_party_site_id Number;
1563: l_party_site_number Varchar2(80);
1564: l_account_site_rec HZ_CUST_ACCOUNT_SITE_V2PUB.cust_acct_site_rec_type;
1565: l_customer_site_id Number;
1566: l_acct_site_uses HZ_CUST_ACCOUNT_SITE_V2PUB.cust_site_use_rec_type;
1567: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1568: l_site_use_id_ship Number;

Line 1566: l_acct_site_uses HZ_CUST_ACCOUNT_SITE_V2PUB.cust_site_use_rec_type;

1562: l_party_site_id Number;
1563: l_party_site_number Varchar2(80);
1564: l_account_site_rec HZ_CUST_ACCOUNT_SITE_V2PUB.cust_acct_site_rec_type;
1565: l_customer_site_id Number;
1566: l_acct_site_uses HZ_CUST_ACCOUNT_SITE_V2PUB.cust_site_use_rec_type;
1567: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1568: l_site_use_id_ship Number;
1569: l_site_use_id_bill Number;
1570: l_site_use_id_deliver Number;

Line 2210: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Acct_Site

2206: l_account_site_rec.created_by_module := G_CREATED_BY_MODULE;
2207: l_account_site_rec.application_id := 660;
2208: l_account_site_rec.org_id := p_org_id;
2209:
2210: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Acct_Site
2211: (
2212: p_cust_acct_site_rec => l_account_site_rec,
2213: x_return_status => l_return_status,
2214: x_msg_count => l_msg_count,

Line 2264: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

2260: l_acct_site_uses.site_use_code := 'SHIP_TO';
2261: IF l_debug_level > 0 THEN
2262: oe_debug_pub.add( 'BEFORE HZ CREATE_ACCT_SITE_USES FOR SHIP_TO' ) ;
2263: END IF;
2264: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use
2265: (
2266: p_cust_site_use_rec => l_acct_site_uses,
2267: p_customer_profile_rec => l_cust_profile_rec,
2268: p_create_profile => FND_API.G_FALSE,

Line 2322: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

2318: l_acct_site_uses.site_use_code := 'BILL_TO';
2319: IF l_debug_level > 0 THEN
2320: oe_debug_pub.add( 'BEFORE HZ CREATE_ACCT_SITE_USES FOR BILL_TO' ) ;
2321: END IF;
2322: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use
2323: (
2324: p_cust_site_use_rec => l_acct_site_uses,
2325: p_customer_profile_rec => l_cust_profile_rec,
2326: p_create_profile => FND_API.G_FALSE,

Line 2376: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

2372: l_acct_site_uses.site_use_code := 'DELIVER_TO';
2373: IF l_debug_level > 0 THEN
2374: oe_debug_pub.add( 'BEFORE HZ CREATE_ACCT_SITE_USES FOR DELIVER_TO ' ) ;
2375: END IF;
2376: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use
2377: (
2378: p_cust_site_use_rec => l_acct_site_uses,
2379: p_customer_profile_rec => l_cust_profile_rec,
2380: p_create_profile => FND_API.G_FALSE,