DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on OKS_BILLING_PROFILES_B

Line 9: p_from_id in oks_billing_profiles_b.id%type,

5:
6:
7: PROCEDURE ZX_MERGE (
8: p_entity_name in hz_merge_dictionary.entity_name%type,
9: p_from_id in oks_billing_profiles_b.id%type,
10: x_to_id in out nocopy oks_billing_profiles_b.id%type,
11: p_from_fk_id in hz_merge_parties.from_party_id%type,
12: p_to_fk_id in hz_merge_parties.to_party_id%type,
13: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

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

6:
7: PROCEDURE ZX_MERGE (
8: p_entity_name in hz_merge_dictionary.entity_name%type,
9: p_from_id in oks_billing_profiles_b.id%type,
10: x_to_id in out nocopy oks_billing_profiles_b.id%type,
11: p_from_fk_id in hz_merge_parties.from_party_id%type,
12: p_to_fk_id in hz_merge_parties.to_party_id%type,
13: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
14: p_batch_id in hz_merge_batch.batch_id%type,