DBA Data[Home] [Help]

APPS.PV_PARTNER_ACCNT_MGMT_PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 35: cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;

31: AND party_type = 'ORGANIZATION';
32:
33: account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
34: organization_rec HZ_PARTY_V2PUB.organization_rec_type;
35: cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
36: p_party_rec HZ_PARTY_V2PUB.party_rec_type;
37:
38:
39: l_party_number VARCHAR2(30);

Line 467: p_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;

463: l_profile varchar2(1);
464: l_party_site_use_id number;
465:
466: p_acct_site_uses_Rec HZ_CUST_ACCOUNT_SITE_V2PUB.cust_site_use_rec_type;
467: p_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
468:
469:
470:
471: BEGIN