DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on OKS_BILLING_PROFILES_B

Line 6: p_from_id in oks_billing_profiles_b.id%type,

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

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

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