DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 31: p_batch_id in hz_merge_batch.batch_id%type,

27: x_to_id in out nocopy oks_billing_profiles_b.id%type,
28: p_from_fk_id in hz_merge_parties.from_party_id%type,
29: p_to_fk_id in hz_merge_parties.to_party_id%type,
30: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
31: p_batch_id in hz_merge_batch.batch_id%type,
32: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
33: x_return_status out nocopy varchar2)
34: IS
35: -- Enter the procedure variables here. As shown below

Line 223: p_batch_id in hz_merge_batch.batch_id%type,

219: x_to_id in out nocopy oks_billing_profiles_b.id%type,
220: p_from_fk_id in hz_merge_parties.from_party_id%type,
221: p_to_fk_id in hz_merge_parties.to_party_id%type,
222: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
223: p_batch_id in hz_merge_batch.batch_id%type,
224: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
225: x_return_status out nocopy varchar2)
226: IS
227: -- Enter the procedure variables here. As shown below

Line 526: p_batch_id in hz_merge_batch.batch_id%type,

522: x_to_id in out nocopy oks_billing_profiles_b.id%type,
523: p_from_fk_id in hz_merge_parties.from_party_id%type,
524: p_to_fk_id in hz_merge_parties.to_party_id%type,
525: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
526: p_batch_id in hz_merge_batch.batch_id%type,
527: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
528: x_return_status out nocopy varchar2)
529:
530: IS

Line 773: p_batch_id in hz_merge_batch.batch_id%type,

769: x_to_id in out nocopy oks_billing_profiles_b.id%type,
770: p_from_fk_id in hz_merge_parties.from_party_id%type,
771: p_to_fk_id in hz_merge_parties.to_party_id%type,
772: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
773: p_batch_id in hz_merge_batch.batch_id%type,
774: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
775: x_return_status out nocopy varchar2)
776: IS
777: -- Enter the procedure variables here. As shown below