DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on OKS_BILLING_PROFILES_B

Line 4: /* Merge the records in OKS_BILLING_PROFILES_B */

1: PACKAGE OKS_PARTY_MERGE_PKG AUTHID CURRENT_USER AS
2: /* $Header: OKSPYMGS.pls 120.0 2005/05/25 18:30:33 appldev noship $ */
3:
4: /* Merge the records in OKS_BILLING_PROFILES_B */
5:
6: PROCEDURE OKS_BILLING_PROFILES(
7: p_entity_name in hz_merge_dictionary.entity_name%type,
8: p_from_id in oks_billing_profiles_b.id%type,

Line 8: p_from_id in oks_billing_profiles_b.id%type,

4: /* Merge the records in OKS_BILLING_PROFILES_B */
5:
6: PROCEDURE OKS_BILLING_PROFILES(
7: p_entity_name in hz_merge_dictionary.entity_name%type,
8: p_from_id in oks_billing_profiles_b.id%type,
9: x_to_id in out nocopy oks_billing_profiles_b.id%type,
10: p_from_fk_id in hz_merge_parties.from_party_id%type,
11: p_to_fk_id in hz_merge_parties.to_party_id%type,
12: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

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

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