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 2209: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Acct_Site

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

Line 2263: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

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

Line 2321: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

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

Line 2375: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

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