DBA Data[Home] [Help]

APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 770: acct_rec hz_cust_account_v2pub.cust_account_rec_type;

766: x_msg_data OUT NOCOPY varchar2,
767: x_return_status OUT NOCOPY VARCHAR2) is
768:
769:
770: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
771: party_rec hz_party_v2pub.party_rec_type;
772: person_rec hz_party_v2pub.person_rec_type;
773: prel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
774: prof_rec hz_customer_profile_v2pub .customer_profile_rec_type;

Line 1088: hz_cust_account_v2pub.create_cust_account(

1084: prof_rec.autocash_hierarchy_id_for_adr := p_autocash_hier_id_for_adr;
1085: prof_rec.lockbox_matching_option := p_lockbox_matching_option ;
1086:
1087:
1088: hz_cust_account_v2pub.create_cust_account(
1089: FND_API.g_false,
1090: acct_rec,
1091: person_rec,
1092: prof_rec,