DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on HZ_MERGE_PARTY_DETAILS

Line 18: p_batch_party_id in hz_merge_party_details.batch_party_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';
22: l_count number(10) := 0;

Line 76: p_batch_party_id in hz_merge_party_details.batch_party_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:
80: l_proc_name varchar2(30) := 'OKS_DEFAULTS';

Line 231: p_batch_party_id in hz_merge_party_details.batch_party_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';
235: l_count number(10) := 0;

Line 298: p_batch_party_id in hz_merge_party_details.batch_party_id%type,

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';
302: l_count number(10) := 0;