DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on HZ_MERGE_PARTIES

Line 8: p_from_fk_id in hz_merge_parties.from_party_id%type,

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,
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,

Line 9: p_to_fk_id in hz_merge_parties.to_party_id%type,

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,
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);