DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on OKS_K_DEFAULTS

Line 18: /* Merge the records in OKS_K_DEFAULTS */

14: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
15: x_return_status out nocopy varchar2);
16:
17:
18: /* Merge the records in OKS_K_DEFAULTS */
19:
20: PROCEDURE OKS_DEFAULTS(
21: p_entity_name in hz_merge_dictionary.entity_name%type,
22: p_from_id in oks_k_defaults.id%type,

Line 22: p_from_id in oks_k_defaults.id%type,

18: /* Merge the records in OKS_K_DEFAULTS */
19:
20: PROCEDURE OKS_DEFAULTS(
21: p_entity_name in hz_merge_dictionary.entity_name%type,
22: p_from_id in oks_k_defaults.id%type,
23: x_to_id in out nocopy oks_k_defaults.id%type,
24: p_from_fk_id in hz_merge_parties.from_party_id%type,
25: p_to_fk_id in hz_merge_parties.to_party_id%type,
26: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

Line 23: x_to_id in out nocopy oks_k_defaults.id%type,

19:
20: PROCEDURE OKS_DEFAULTS(
21: p_entity_name in hz_merge_dictionary.entity_name%type,
22: p_from_id in oks_k_defaults.id%type,
23: x_to_id in out nocopy oks_k_defaults.id%type,
24: p_from_fk_id in hz_merge_parties.from_party_id%type,
25: p_to_fk_id in hz_merge_parties.to_party_id%type,
26: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
27: p_batch_id in hz_merge_batch.batch_id%type,