DBA Data[Home] [Help]

APPS.HZ_ACCT_CREATE_PKG dependencies on HZ_CUSTOMER_PROFILE_V2PUB

Line 762: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;

758: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
759: party_rec hz_party_v2pub.party_rec_type;
760: org_rec hz_party_v2pub.organization_rec_type;
761: prel_rec hz_relationship_v2pub.relationship_rec_type;
762: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;
763:
764: /*Bug 3013045*/
765: org_rec_update hz_party_v2pub.organization_rec_type;
766: l_flag BOOLEAN;

Line 1437: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;

1433: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
1434: party_rec hz_party_v2pub.party_rec_type;
1435: person_rec hz_party_v2pub.person_rec_type;
1436: prel_rec hz_relationship_v2pub.relationship_rec_type;
1437: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;
1438:
1439: /*Bug 3013045 */
1440: person_rec_update hz_party_v2pub.person_rec_type;
1441:

Line 2066: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;

2062: -- org_rec hz_party_pub.organization_rec_type;
2063:
2064:
2065: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
2066: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;
2067: party_rec hz_party_v2pub.party_rec_type;
2068: prel_rec hz_relationship_v2pub.relationship_rec_type;
2069: person_rec hz_party_v2pub.person_rec_type;
2070: org_rec hz_party_v2pub.organization_rec_type;

Line 2428: HZ_CUSTOMER_PROFILE_V2PUB.update_customer_profile (

2424: prof_rec.last_credit_review_date := INIT_SWITCH(p_last_credit_review_date);
2425: --}
2426:
2427: -- call V2 API.
2428: HZ_CUSTOMER_PROFILE_V2PUB.update_customer_profile (
2429: p_customer_profile_rec => prof_rec,
2430: p_object_version_number => l_cust_prof_object_version,
2431: x_return_status => x_return_status,
2432: x_msg_count => x_msg_count,