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 508: HZ_CUSTOMER_PROFILE_V2PUB.create_cust_profile_amt (

504: if prof_amt_rec.site_use_id is null then
505: prof_amt_rec.site_use_id := -1;
506: end if;
507:
508: HZ_CUSTOMER_PROFILE_V2PUB.create_cust_profile_amt (
509: p_init_msg_list => FND_API.G_FALSE,
510: p_check_foreign_key => FND_API.G_FALSE,
511: p_cust_profile_amt_rec => prof_amt_rec,
512: x_cust_acct_profile_amt_id => x_cust_acct_profile_amt_id,

Line 774: prof_rec hz_customer_profile_v2pub .customer_profile_rec_type;

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;
775:
776:
777: tmp_var VARCHAR2(2000);
778: i number;