DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on HZ_MERGE_DICTIONARY

Line 25: p_entity_name in hz_merge_dictionary.entity_name%type,

21: G_MODULE_NAME CONSTANT VARCHAR2(30) := 'ZX.PLSQL.ZX_PARTY_MERGE_PKG';
22:
23:
24: PROCEDURE ZX_CUST_REG_MERGE (
25: p_entity_name in hz_merge_dictionary.entity_name%type,
26: p_from_id in oks_billing_profiles_b.id%type,
27: x_to_id in out nocopy oks_billing_profiles_b.id%type,
28: p_from_fk_id in hz_merge_parties.from_party_id%type,
29: p_to_fk_id in hz_merge_parties.to_party_id%type,

Line 30: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

26: p_from_id in oks_billing_profiles_b.id%type,
27: x_to_id in out nocopy oks_billing_profiles_b.id%type,
28: p_from_fk_id in hz_merge_parties.from_party_id%type,
29: p_to_fk_id in hz_merge_parties.to_party_id%type,
30: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
31: p_batch_id in hz_merge_batch.batch_id%type,
32: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
33: x_return_status out nocopy varchar2)
34: IS

Line 217: p_entity_name in hz_merge_dictionary.entity_name%type,

213: ---------------------------------------------------------------------------------
214: end ZX_CUST_REG_MERGE;
215:
216: PROCEDURE ZX_PTP_MERGE (
217: p_entity_name in hz_merge_dictionary.entity_name%type,
218: p_from_id in oks_billing_profiles_b.id%type,
219: x_to_id in out nocopy oks_billing_profiles_b.id%type,
220: p_from_fk_id in hz_merge_parties.from_party_id%type,
221: p_to_fk_id in hz_merge_parties.to_party_id%type,

Line 222: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

218: p_from_id in oks_billing_profiles_b.id%type,
219: x_to_id in out nocopy oks_billing_profiles_b.id%type,
220: p_from_fk_id in hz_merge_parties.from_party_id%type,
221: p_to_fk_id in hz_merge_parties.to_party_id%type,
222: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
223: p_batch_id in hz_merge_batch.batch_id%type,
224: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
225: x_return_status out nocopy varchar2)
226: IS

Line 363: p_entity_name in hz_merge_dictionary.entity_name%type,

359: ---------------------------------------------------------------------------------
360: end ZX_PTP_MERGE;
361:
362: PROCEDURE ZX_TAX_AUTH_MERGE (
363: p_entity_name in hz_merge_dictionary.entity_name%type,
364: p_ptp_id_from in NUMBER,
365: p_ptp_id_to in NUMBER,
366: x_to_id in out nocopy oks_billing_profiles_b.id%type,
367: p_from_fk_id in hz_merge_parties.from_party_id%type,

Line 520: p_entity_name in hz_merge_dictionary.entity_name%type,

516: ---------------------------------------------------------------------------------
517: end ZX_TAX_AUTH_MERGE;
518:
519: PROCEDURE ZX_EXEMPTIONS_P (
520: p_entity_name in hz_merge_dictionary.entity_name%type,
521: p_from_id in oks_billing_profiles_b.id%type,
522: x_to_id in out nocopy oks_billing_profiles_b.id%type,
523: p_from_fk_id in hz_merge_parties.from_party_id%type,
524: p_to_fk_id in hz_merge_parties.to_party_id%type,

Line 525: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

521: p_from_id in oks_billing_profiles_b.id%type,
522: x_to_id in out nocopy oks_billing_profiles_b.id%type,
523: p_from_fk_id in hz_merge_parties.from_party_id%type,
524: p_to_fk_id in hz_merge_parties.to_party_id%type,
525: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
526: p_batch_id in hz_merge_batch.batch_id%type,
527: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
528: x_return_status out nocopy varchar2)
529:

Line 767: p_entity_name in hz_merge_dictionary.entity_name%type,

763: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
764: end ZX_CUSTOMER_VETO;
765:
766: PROCEDURE ZX_MERGE (
767: p_entity_name in hz_merge_dictionary.entity_name%type,
768: p_from_id in oks_billing_profiles_b.id%type,
769: x_to_id in out nocopy oks_billing_profiles_b.id%type,
770: p_from_fk_id in hz_merge_parties.from_party_id%type,
771: p_to_fk_id in hz_merge_parties.to_party_id%type,

Line 772: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

768: p_from_id in oks_billing_profiles_b.id%type,
769: x_to_id in out nocopy oks_billing_profiles_b.id%type,
770: p_from_fk_id in hz_merge_parties.from_party_id%type,
771: p_to_fk_id in hz_merge_parties.to_party_id%type,
772: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
773: p_batch_id in hz_merge_batch.batch_id%type,
774: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
775: x_return_status out nocopy varchar2)
776: IS