DBA Data[Home] [Help]

APPS.HZ_ACCT_CREATE_PKG dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 758: acct_rec hz_cust_account_v2pub.cust_account_rec_type;

754: -- org_rec hz_party_pub.organization_rec_type;
755: -- prel_rec hz_party_pub.party_rel_rec_type;
756: -- prof_rec hz_customer_accounts_pub.cust_profile_rec_type;
757:
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;

Line 1050: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

1046:
1047: ---------------------------------------------
1048: -- Create Customer Account for Oragnization {
1049: ---------------------------------------------
1050: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
1051: p_cust_account_rec => acct_rec,
1052: p_organization_rec => org_rec,
1053: p_customer_profile_rec => prof_rec,
1054: p_create_profile_amt => FND_API.G_FALSE,

Line 1433: acct_rec hz_cust_account_v2pub.cust_account_rec_type;

1429: -- prel_rec hz_party_pub.party_rel_rec_type;
1430: -- prof_rec hz_customer_accounts_pub.cust_profile_rec_type;
1431:
1432:
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;

Line 1714: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (

1710:
1711: ----------------------------------
1712: -- {Create Person Customer Account
1713: ----------------------------------
1714: HZ_CUST_ACCOUNT_V2PUB.create_cust_account (
1715: p_cust_account_rec => acct_rec,
1716: p_person_rec => person_rec,
1717: p_customer_profile_rec => prof_rec,
1718: p_create_profile_amt => FND_API.G_FALSE,

Line 2065: acct_rec hz_cust_account_v2pub.cust_account_rec_type;

2061: -- person_rec hz_party_pub.person_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;

Line 2269: HZ_CUST_ACCOUNT_V2PUB.update_cust_account (

2265: acct_rec.INVOICE_QUANTITY_RULE := INIT_SWITCH(c_INVOICE_QUANTITY_RULE);
2266: acct_rec.OVER_RETURN_TOLERANCE := INIT_SWITCH(c_OVER_RETURN_TOLERANCE);
2267: acct_rec.UNDER_RETURN_TOLERANCE := INIT_SWITCH(c_UNDER_RETURN_TOLERANCE);
2268:
2269: HZ_CUST_ACCOUNT_V2PUB.update_cust_account (
2270: p_cust_account_rec => acct_rec,
2271: p_object_version_number => l_cust_acct_object_version,
2272: x_return_status => x_return_status,
2273: x_msg_count => x_msg_count,