DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 17: p_batch_id in hz_merge_batch.batch_id%type,

13: x_to_id in out nocopy oks_billing_profiles_b.id%type,
14: p_from_fk_id in hz_merge_parties.from_party_id%type,
15: p_to_fk_id in hz_merge_parties.to_party_id%type,
16: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
17: p_batch_id in hz_merge_batch.batch_id%type,
18: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
19: x_return_status out nocopy varchar2) IS
20:
21: l_proc_name varchar2(30) := 'OKS_BILLING_PROFILES';

Line 75: p_batch_id in hz_merge_batch.batch_id%type,

71: x_to_id in out nocopy oks_k_defaults.id%type,
72: p_from_fk_id in hz_merge_parties.from_party_id%type,
73: p_to_fk_id in hz_merge_parties.to_party_id%type,
74: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
75: p_batch_id in hz_merge_batch.batch_id%type,
76: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
77: x_return_status out nocopy varchar2) IS
78:
79:

Line 230: p_batch_id in hz_merge_batch.batch_id%type,

226: x_to_id in out nocopy oks_serv_avail_excepts.id%type,
227: p_from_fk_id in hz_merge_parties.from_party_id%type,
228: p_to_fk_id in hz_merge_parties.to_party_id%type,
229: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
230: p_batch_id in hz_merge_batch.batch_id%type,
231: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
232: x_return_status out nocopy varchar2) IS
233:
234: l_proc_name varchar2(30) := 'OKS_SERVICE_EXCEPTS';

Line 297: p_batch_id in hz_merge_batch.batch_id%type,

293: x_to_id in out nocopy number,
294: p_from_fk_id in number,
295: p_to_fk_id in number,
296: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
297: p_batch_id in hz_merge_batch.batch_id%type,
298: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
299: x_return_status out nocopy varchar2) IS
300:
301: l_proc_name varchar2(30) := 'OKS_QUALIFIERS';