DBA Data[Home] [Help]

APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 701: acct_rec hz_cust_account_v2pub.cust_account_rec_type;

697: x_msg_data OUT NOCOPY varchar2,
698: x_return_status OUT NOCOPY VARCHAR2) is
699:
700:
701: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
702: party_rec hz_party_v2pub.party_rec_type;
703: person_rec hz_party_v2pub.person_rec_type;
704: prel_rec HZ_RELATIONSHIP_V2PUB.relationship_rec_type;
705: prof_rec hz_customer_profile_v2pub .customer_profile_rec_type;

Line 1019: hz_cust_account_v2pub.create_cust_account(

1015: prof_rec.autocash_hierarchy_id_for_adr := p_autocash_hier_id_for_adr;
1016: prof_rec.lockbox_matching_option := p_lockbox_matching_option ;
1017:
1018:
1019: hz_cust_account_v2pub.create_cust_account(
1020: FND_API.g_false,
1021: acct_rec,
1022: person_rec,
1023: prof_rec,