DBA Data[Home] [Help]

APPS.HZ_ACCT_CREATE_PKG dependencies on HZ_PARTY_V2PUB

Line 759: party_rec hz_party_v2pub.party_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;
763:

Line 760: org_rec hz_party_v2pub.organization_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;
763:
764: /*Bug 3013045*/

Line 765: org_rec_update 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;
767: l_party_rowid ROWID;
768: l_party_last_update_date DATE;
769: l_dummy_id NUMBER;

Line 1129: HZ_PARTY_V2PUB.update_organization (

1125: org_rec_update.duns_number_c := INIT_SWITCH(o_duns_number_c);
1126: org_rec_update.tax_reference := INIT_SWITCH(o_tax_reference);
1127: org_rec_update.content_source_type := NVL(org_rec_update.content_source_type,'USER_ENTERED');
1128:
1129: HZ_PARTY_V2PUB.update_organization (
1130: p_organization_rec => org_rec_update,
1131: p_party_object_version_number => l_party_object_version,
1132: x_profile_id => o_organization_profile_id,
1133: x_return_status => x_return_status,

Line 1434: party_rec hz_party_v2pub.party_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;
1438:

Line 1435: person_rec hz_party_v2pub.person_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;
1438:
1439: /*Bug 3013045 */

Line 1440: person_rec_update 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:
1442: tmp_var VARCHAR2(2000);
1443: i NUMBER;
1444: tmp_var1 VARCHAR2(2000);

Line 1784: HZ_PARTY_V2PUB.update_person (

1780: person_rec_update.tax_reference := INIT_SWITCH(o_tax_reference);
1781: person_rec_update.jgzz_fiscal_code := INIT_SWITCH(o_taxpayer_id);
1782: person_rec_update.content_source_type := NVL(person_rec_update.content_source_type,'USER_ENTERED');
1783:
1784: HZ_PARTY_V2PUB.update_person (
1785: p_person_rec => person_rec_update,
1786: p_party_object_version_number => l_party_object_version,
1787: x_profile_id => o_person_profile_id,
1788: x_return_status => x_return_status,

Line 2067: party_rec hz_party_v2pub.party_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;
2071:

Line 2069: person_rec hz_party_v2pub.person_rec_type;

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;
2071:
2072: tmp_var VARCHAR2(2000);
2073: i number;

Line 2070: org_rec hz_party_v2pub.organization_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;
2071:
2072: tmp_var VARCHAR2(2000);
2073: i number;
2074: tmp_var1 VARCHAR2(2000);

Line 2509: HZ_PARTY_V2PUB.update_organization (

2505: org_rec.duns_number_c := INIT_SWITCH(c_duns_number_c);
2506: org_rec.tax_reference := INIT_SWITCH(c_tax_reference);
2507: org_rec.content_source_type := NVL(org_rec.content_source_type,'USER_ENTERED');
2508:
2509: HZ_PARTY_V2PUB.update_organization (
2510: p_organization_rec => org_rec,
2511: p_party_object_version_number => l_party_object_version,
2512: x_profile_id => o_organization_profile_id,
2513: x_return_status => x_return_status,

Line 2559: HZ_PARTY_V2PUB.update_person (

2555: person_rec.tax_reference := INIT_SWITCH(c_tax_reference);
2556: person_rec.jgzz_fiscal_code := INIT_SWITCH(c_jgzz_fiscal_code);
2557: person_rec.content_source_type := NVL(person_rec.content_source_type,'USER_ENTERED');
2558:
2559: HZ_PARTY_V2PUB.update_person (
2560: p_person_rec => person_rec,
2561: p_party_object_version_number => l_party_object_version,
2562: x_profile_id => o_person_profile_id,
2563: x_return_status => x_return_status,