DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on OKS_BILLING_PROFILES_B

Line 26: p_from_id in oks_billing_profiles_b.id%type,

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,
30: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

Line 27: x_to_id in out nocopy oks_billing_profiles_b.id%type,

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,
30: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
31: p_batch_id in hz_merge_batch.batch_id%type,

Line 218: p_from_id in oks_billing_profiles_b.id%type,

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,
222: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

Line 219: x_to_id in out nocopy oks_billing_profiles_b.id%type,

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,
222: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
223: p_batch_id in hz_merge_batch.batch_id%type,

Line 366: x_to_id in out nocopy oks_billing_profiles_b.id%type,

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,
368: p_to_fk_id in hz_merge_parties.to_party_id%type,
369: x_return_status out nocopy varchar2)
370: IS

Line 521: p_from_id in oks_billing_profiles_b.id%type,

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,
525: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

Line 522: x_to_id in out nocopy oks_billing_profiles_b.id%type,

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,
525: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
526: p_batch_id in hz_merge_batch.batch_id%type,

Line 768: p_from_id in oks_billing_profiles_b.id%type,

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,
772: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

Line 769: x_to_id in out nocopy oks_billing_profiles_b.id%type,

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,
772: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
773: p_batch_id in hz_merge_batch.batch_id%type,