DBA Data[Home] [Help]

APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 100: prof_amt_rec HZ_CUSTOMER_PROFILE_V2PUB.cust_profile_amt_rec_type;

96: x_msg_data out nocopy varchar2
97: ) is
98:
99: --
100: prof_amt_rec HZ_CUSTOMER_PROFILE_V2PUB.cust_profile_amt_rec_type;
101: x_cust_acct_profile_amt_id NUMBER;
102: tmp_var VARCHAR2(2000);
103: i number;
104: tmp_var1 VARCHAR2(2000);

Line 439: HZ_CUSTOMER_PROFILE_V2PUB.create_cust_profile_amt (

435: if prof_amt_rec.site_use_id is null then
436: prof_amt_rec.site_use_id := -1;
437: end if;
438:
439: HZ_CUSTOMER_PROFILE_V2PUB.create_cust_profile_amt (
440: p_init_msg_list => FND_API.G_FALSE,
441: p_check_foreign_key => FND_API.G_FALSE,
442: p_cust_profile_amt_rec => prof_amt_rec,
443: x_cust_acct_profile_amt_id => x_cust_acct_profile_amt_id,

Line 705: prof_rec hz_customer_profile_v2pub .customer_profile_rec_type;

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;
706:
707:
708: tmp_var VARCHAR2(2000);
709: i number;