DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 711: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;

707: l_customer_info_ref Varchar2(50) := p_customer_info_ref;
708: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
709: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
710: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
711: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
712: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
713: l_party_id Number;
714: l_party_number varchar2(30);
715: l_party_name Varchar2(360);

Line 1567: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;

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;
1571: l_location_number Varchar2(40);