DBA Data[Home] [Help]

APPS.PAY_FR_CPAM_PREPROCESSOR dependencies on PAY_FR_CPAM_PREPROCESSOR

Line 1: PACKAGE BODY PAY_FR_CPAM_PREPROCESSOR AS

1: PACKAGE BODY PAY_FR_CPAM_PREPROCESSOR AS
2: /* $Header: pyfrcpam.pkb 120.0.12000000.2 2007/02/27 13:47:25 spendhar noship $ */
3: g_info_element_type_id pay_element_types_f.element_type_id%type;
4: g_info_pymt_frm_dt_iv_id pay_input_values_f.input_value_id%type;
5: g_info_pymt_to_dt_iv_id pay_input_values_f.input_value_id%type;

Line 187: hr_utility.set_location('Leaving : pay_fr_cpam_preprocessor.cpam_info_create' , 10);

183: BEGIN
184: --
185: /* Added for GSI Bug 5472781 */
186: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
187: hr_utility.set_location('Leaving : pay_fr_cpam_preprocessor.cpam_info_create' , 10);
188: return;
189: END IF;
190: --
191:

Line 455: hr_utility.set_location('Leaving : pay_fr_cpam_preprocessor.cpam_info_update' , 10);

451: BEGIN
452: --
453: /* Added for GSI Bug 5472781 */
454: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
455: hr_utility.set_location('Leaving : pay_fr_cpam_preprocessor.cpam_info_update' , 10);
456: return;
457: END IF;
458: --
459:

Line 526: hr_utility.set_location('Leaving : pay_fr_cpam_preprocessor.cpam_info_delete' , 10);

522: BEGIN
523: --
524: /* Added for GSI Bug 5472781 */
525: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'FR') THEN
526: hr_utility.set_location('Leaving : pay_fr_cpam_preprocessor.cpam_info_delete' , 10);
527: return;
528: END IF;
529: --
530: hr_utility.trace(' Preproc DEL Started');

Line 575: END PAY_FR_CPAM_PREPROCESSOR;

571: hr_utility.trace('Preproc DEL Finished');
572:
573: END CPAM_INFO_DELETE;
574:
575: END PAY_FR_CPAM_PREPROCESSOR;