DBA Data[Home] [Help]

APPS.JTF_CUSTOMER_ACCOUNTS_PVT dependencies on HZ_PARTY_V2PUB

Line 29: ddp_person_rec hz_party_v2pub.person_rec_type;

25: ddp_organization_rec hz_party_pub.organization_rec_type;
26: ddp_cust_profile_rec hz_customer_accounts_pub.cust_profile_rec_type;
27: */
28: ddp_account_rec hz_cust_account_v2pub.cust_account_rec_type;
29: ddp_person_rec hz_party_v2pub.person_rec_type;
30: ddp_organization_rec hz_party_v2pub.organization_rec_type;
31: ddp_cust_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
32: l_gen_cust_num VARCHAR2(1);
33: profile_class_value VARCHAR2(15);

Line 30: ddp_organization_rec hz_party_v2pub.organization_rec_type;

26: ddp_cust_profile_rec hz_customer_accounts_pub.cust_profile_rec_type;
27: */
28: ddp_account_rec hz_cust_account_v2pub.cust_account_rec_type;
29: ddp_person_rec hz_party_v2pub.person_rec_type;
30: ddp_organization_rec hz_party_v2pub.organization_rec_type;
31: ddp_cust_profile_rec hz_customer_profile_v2pub.customer_profile_rec_type;
32: l_gen_cust_num VARCHAR2(1);
33: profile_class_value VARCHAR2(15);
34: begin