DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 13: p_batch_id in hz_merge_batch.batch_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,
14: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
15: x_return_status out nocopy varchar2);
16:
17:

Line 27: p_batch_id in hz_merge_batch.batch_id%type,

23: x_to_id in out nocopy oks_k_defaults.id%type,
24: p_from_fk_id in hz_merge_parties.from_party_id%type,
25: p_to_fk_id in hz_merge_parties.to_party_id%type,
26: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
27: p_batch_id in hz_merge_batch.batch_id%type,
28: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
29: x_return_status out nocopy varchar2);
30:
31:

Line 41: p_batch_id in hz_merge_batch.batch_id%type,

37: x_to_id in out nocopy oks_serv_avail_excepts.id%type,
38: p_from_fk_id in hz_merge_parties.from_party_id%type,
39: p_to_fk_id in hz_merge_parties.to_party_id%type,
40: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
41: p_batch_id in hz_merge_batch.batch_id%type,
42: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
43: x_return_status out nocopy varchar2);
44:
45: /* Merge the records in OKS_QUALIFIERS */

Line 54: p_batch_id in hz_merge_batch.batch_id%type,

50: x_to_id in out nocopy number,
51: p_from_fk_id in number,
52: p_to_fk_id in number,
53: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
54: p_batch_id in hz_merge_batch.batch_id%type,
55: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
56: x_return_status out nocopy varchar2);
57:
58: