DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on HZ_MERGE_DICTIONARY

Line 11: p_entity_name in hz_merge_dictionary.entity_name%type,

7:
8: /* Merge the records in OKS_BILLING_PROFILES_B */
9:
10: PROCEDURE OKS_BILLING_PROFILES(
11: p_entity_name in hz_merge_dictionary.entity_name%type,
12: p_from_id in oks_billing_profiles_b.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,

Line 16: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

12: p_from_id in oks_billing_profiles_b.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:

Line 69: p_entity_name in hz_merge_dictionary.entity_name%type,

65:
66: /* Merge the records in OKS_K_DEFAULTS */
67:
68: PROCEDURE OKS_DEFAULTS(
69: p_entity_name in hz_merge_dictionary.entity_name%type,
70: p_from_id in oks_k_defaults.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,

Line 74: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

70: p_from_id in oks_k_defaults.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:

Line 224: p_entity_name in hz_merge_dictionary.entity_name%type,

220:
221: /* Merge the records in OKS_SERV_AVAIL_EXCEPTS */
222: --chkrishn 04/16/03 modify code to delete service avail exceptions of both from and to parties during merge
223: PROCEDURE OKS_SERVICE_EXCEPTS(
224: p_entity_name in hz_merge_dictionary.entity_name%type,
225: p_from_id in oks_serv_avail_excepts.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,

Line 229: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

225: p_from_id in oks_serv_avail_excepts.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:

Line 291: p_entity_name in hz_merge_dictionary.entity_name%type,

287: END OKS_SERVICE_EXCEPTS;
288:
289:
290: PROCEDURE OKS_QUALIFIERS(
291: p_entity_name in hz_merge_dictionary.entity_name%type,
292: p_from_id in number,
293: x_to_id in out nocopy number,
294: p_from_fk_id in number,
295: p_to_fk_id in number,

Line 296: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

292: p_from_id in number,
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: