DBA Data[Home] [Help]

APPS.PAY_HR_OTC_RETRIEVAL_INTERFACE dependencies on HXC_GENERIC_RETRIEVAL_UTILS

Line 437: hxc_generic_retrieval_utils.set_parent_statuses;

433: IS
434: l_proc CONSTANT proc_name := g_package || 'set_transaction';
435: BEGIN
436: hr_utility.set_location ('Entering ' || l_proc, 10);
437: hxc_generic_retrieval_utils.set_parent_statuses;
438: hxc_generic_retrieval_pkg.update_transaction_status
439: (p_process => p_process_name,
440: p_status => p_status,
441: p_exception_description => SUBSTR

Line 1505: hxc_generic_retrieval_utils.set_parent_statuses;

1501: EXCEPTION
1502: WHEN OTHERS
1503: THEN
1504: set_sqlerror_trx (g_bee_retrieval_process);
1505: hxc_generic_retrieval_utils.set_parent_statuses;
1506: hxc_generic_retrieval_pkg.update_transaction_status
1507: (p_process => g_bee_retrieval_process,
1508: p_status => 'ERRORS',
1509: p_exception_description => SUBSTR

Line 2022: -- hxc_generic_retrieval_utils.chk_retrieve would have populated these

2018:
2019: -- Bug 6121705
2020: -- This procedure is used to create reversal batches with Batch source as OTM
2021: -- for the details in hxc_bee_pref_adj_lines table with OTM as batch source.
2022: -- hxc_generic_retrieval_utils.chk_retrieve would have populated these
2023: -- records for which there is a history of a different preference for rules
2024: -- evaluation.
2025:
2026: