DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on HZ_MERGE_DICTIONARY

Line 5: p_entity_name in hz_merge_dictionary.entity_name%type,

1: PACKAGE ZX_PARTY_MERGE_PKG AUTHID CURRENT_USER AS
2: /* $Header: zxcptpms.pls 120.0.12010000.4 2009/10/29 14:24:32 ssohal ship $ */
3:
4: PROCEDURE ZX_MERGE (
5: p_entity_name in hz_merge_dictionary.entity_name%type,
6: p_from_id in oks_billing_profiles_b.id%type,
7: x_to_id in out nocopy oks_billing_profiles_b.id%type,
8: p_from_fk_id in hz_merge_parties.from_party_id%type,
9: p_to_fk_id in hz_merge_parties.to_party_id%type,

Line 10: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

6: p_from_id in oks_billing_profiles_b.id%type,
7: x_to_id in out nocopy oks_billing_profiles_b.id%type,
8: p_from_fk_id in hz_merge_parties.from_party_id%type,
9: p_to_fk_id in hz_merge_parties.to_party_id%type,
10: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
11: p_batch_id in hz_merge_batch.batch_id%type,
12: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
13: x_return_status out nocopy varchar2);
14: