DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on OKS_BILLING_PROFILES_B

Line 21: p_from_id in oks_billing_profiles_b.id%type,

17:
18:
19: PROCEDURE ZX_CUST_REG_MERGE_PVT (
20: p_entity_name in hz_merge_dictionary.entity_name%type,
21: p_from_id in oks_billing_profiles_b.id%type,
22: x_to_id in out nocopy oks_billing_profiles_b.id%type,
23: p_from_fk_id in hz_merge_parties.from_party_id%type,
24: p_to_fk_id in hz_merge_parties.to_party_id%type,
25: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

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

18:
19: PROCEDURE ZX_CUST_REG_MERGE_PVT (
20: p_entity_name in hz_merge_dictionary.entity_name%type,
21: p_from_id in oks_billing_profiles_b.id%type,
22: x_to_id in out nocopy oks_billing_profiles_b.id%type,
23: p_from_fk_id in hz_merge_parties.from_party_id%type,
24: p_to_fk_id in hz_merge_parties.to_party_id%type,
25: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
26: p_batch_id in hz_merge_batch.batch_id%type,

Line 196: p_from_id in oks_billing_profiles_b.id%type,

192:
193:
194: PROCEDURE ZX_PTP_MERGE_PVT (
195: p_entity_name in hz_merge_dictionary.entity_name%type,
196: p_from_id in oks_billing_profiles_b.id%type,
197: x_to_id in out nocopy oks_billing_profiles_b.id%type,
198: p_from_fk_id in hz_merge_parties.from_party_id%type,
199: p_to_fk_id in hz_merge_parties.to_party_id%type,
200: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

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

193:
194: PROCEDURE ZX_PTP_MERGE_PVT (
195: p_entity_name in hz_merge_dictionary.entity_name%type,
196: p_from_id in oks_billing_profiles_b.id%type,
197: x_to_id in out nocopy oks_billing_profiles_b.id%type,
198: p_from_fk_id in hz_merge_parties.from_party_id%type,
199: p_to_fk_id in hz_merge_parties.to_party_id%type,
200: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
201: p_batch_id in hz_merge_batch.batch_id%type,

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

337: PROCEDURE ZX_TAX_AUTH_MERGE_PVT (
338: p_entity_name in hz_merge_dictionary.entity_name%type,
339: p_ptp_id_from in NUMBER,
340: p_ptp_id_to in NUMBER,
341: x_to_id in out nocopy oks_billing_profiles_b.id%type,
342: p_from_fk_id in hz_merge_parties.from_party_id%type,
343: p_to_fk_id in hz_merge_parties.to_party_id%type,
344: x_return_status out nocopy varchar2)
345: IS

Line 490: p_from_id in oks_billing_profiles_b.id%type,

486:
487:
488: PROCEDURE ZX_EXEMPTIONS_PVT (
489: p_entity_name in hz_merge_dictionary.entity_name%type,
490: p_from_id in oks_billing_profiles_b.id%type,
491: x_to_id in out nocopy oks_billing_profiles_b.id%type,
492: p_from_fk_id in hz_merge_parties.from_party_id%type,
493: p_to_fk_id in hz_merge_parties.to_party_id%type,
494: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

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

487:
488: PROCEDURE ZX_EXEMPTIONS_PVT (
489: p_entity_name in hz_merge_dictionary.entity_name%type,
490: p_from_id in oks_billing_profiles_b.id%type,
491: x_to_id in out nocopy oks_billing_profiles_b.id%type,
492: p_from_fk_id in hz_merge_parties.from_party_id%type,
493: p_to_fk_id in hz_merge_parties.to_party_id%type,
494: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
495: p_batch_id in hz_merge_batch.batch_id%type,

Line 854: p_from_id in oks_billing_profiles_b.id%type,

850:
851:
852: PROCEDURE ZX_MERGE (
853: p_entity_name in hz_merge_dictionary.entity_name%type,
854: p_from_id in oks_billing_profiles_b.id%type,
855: x_to_id in out nocopy oks_billing_profiles_b.id%type,
856: p_from_fk_id in hz_merge_parties.from_party_id%type,
857: p_to_fk_id in hz_merge_parties.to_party_id%type,
858: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

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

851:
852: PROCEDURE ZX_MERGE (
853: p_entity_name in hz_merge_dictionary.entity_name%type,
854: p_from_id in oks_billing_profiles_b.id%type,
855: x_to_id in out nocopy oks_billing_profiles_b.id%type,
856: p_from_fk_id in hz_merge_parties.from_party_id%type,
857: p_to_fk_id in hz_merge_parties.to_party_id%type,
858: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
859: p_batch_id in hz_merge_batch.batch_id%type,