DBA Data[Home] [Help]

APPS.OKS_PARTY_MERGE_PKG dependencies on OKS_SERV_AVAIL_EXCEPTS

Line 32: /* Merge the records in OKS_SERV_AVAIL_EXCEPTS */

28: p_batch_party_id in hz_merge_party_details.batch_party_id%type,
29: x_return_status out nocopy varchar2);
30:
31:
32: /* Merge the records in OKS_SERV_AVAIL_EXCEPTS */
33:
34: PROCEDURE OKS_SERVICE_EXCEPTS(
35: p_entity_name in hz_merge_dictionary.entity_name%type,
36: p_from_id in oks_serv_avail_excepts.id%type,

Line 36: p_from_id in oks_serv_avail_excepts.id%type,

32: /* Merge the records in OKS_SERV_AVAIL_EXCEPTS */
33:
34: PROCEDURE OKS_SERVICE_EXCEPTS(
35: p_entity_name in hz_merge_dictionary.entity_name%type,
36: p_from_id in oks_serv_avail_excepts.id%type,
37: x_to_id in out nocopy oks_serv_avail_excepts.id%type,
38: p_from_fk_id in hz_merge_parties.from_party_id%type,
39: p_to_fk_id in hz_merge_parties.to_party_id%type,
40: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,

Line 37: x_to_id in out nocopy oks_serv_avail_excepts.id%type,

33:
34: PROCEDURE OKS_SERVICE_EXCEPTS(
35: p_entity_name in hz_merge_dictionary.entity_name%type,
36: p_from_id in oks_serv_avail_excepts.id%type,
37: x_to_id in out nocopy oks_serv_avail_excepts.id%type,
38: p_from_fk_id in hz_merge_parties.from_party_id%type,
39: p_to_fk_id in hz_merge_parties.to_party_id%type,
40: p_parent_entity_name in hz_merge_dictionary.parent_entity_name%type,
41: p_batch_id in hz_merge_batch.batch_id%type,