DBA Data[Home] [Help]

APPS.ZX_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 26: p_batch_id in hz_merge_batch.batch_id%type,

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

Line 201: p_batch_id in hz_merge_batch.batch_id%type,

197: x_to_id in out nocopy oks_billing_profiles_b.id%type,
198: p_from_fk_id in hz_merge_parties.from_party_id%type,
199: p_to_fk_id in hz_merge_parties.to_party_id%type,
200: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
201: p_batch_id in hz_merge_batch.batch_id%type,
202: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
203: x_return_status out nocopy varchar2)
204: IS
205: -- Enter the procedure variables here. As shown below

Line 495: p_batch_id in hz_merge_batch.batch_id%type,

491: x_to_id in out nocopy oks_billing_profiles_b.id%type,
492: p_from_fk_id in hz_merge_parties.from_party_id%type,
493: p_to_fk_id in hz_merge_parties.to_party_id%type,
494: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
495: p_batch_id in hz_merge_batch.batch_id%type,
496: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
497: x_return_status out nocopy varchar2)
498:
499: IS

Line 859: p_batch_id in hz_merge_batch.batch_id%type,

855: x_to_id in out nocopy oks_billing_profiles_b.id%type,
856: p_from_fk_id in hz_merge_parties.from_party_id%type,
857: p_to_fk_id in hz_merge_parties.to_party_id%type,
858: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
859: p_batch_id in hz_merge_batch.batch_id%type,
860: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
861: x_return_status out nocopy varchar2)
862: IS
863: -- Enter the procedure variables here. As shown below