DBA Data[Home] [Help]

APPS.PAY_US_INV_DED_FORMULAS dependencies on PAY_US_INV_DED_FORMULAS

Line 1: PACKAGE BODY PAY_US_INV_DED_FORMULAS AS

1: PACKAGE BODY PAY_US_INV_DED_FORMULAS AS
2: /* $Header: pyusgrfm.pkb 120.63.12020000.13 2013/03/11 10:25:55 rgottipa ship $ */
3: /*
4: ******************************************************************
5: * *

Line 20: Name : pay_us_inv_ded_formulas

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Name : pay_us_inv_ded_formulas
21:
22: Description : This package is used by fast formulas of involuntary
23: deduction elements to calculate deduction amounts.
24: Different functions cater to different categories of

Line 377: hr_utility.trace('Entering into PAY_US_INV_DED_FORMULAS.GET_PRORATED_DEDN_AMOUNT.') ;

373: mod_dedn_amt number ;
374:
375: BEGIN
376:
377: hr_utility.trace('Entering into PAY_US_INV_DED_FORMULAS.GET_PRORATED_DEDN_AMOUNT.') ;
378:
379: IF mod_dedn_tab.count = 0 THEN
380:
381: ln_counter := 0 ;

Line 471: hr_utility.trace('Leaving PAY_US_INV_DED_FORMULAS.GET_PRORATED_DEDN_AMOUNT.') ;

467: hr_utility.trace('Final Deduction Amount for the Inv Dedn Element ('||to_char(P_CTX_ORIGINAL_ENTRY_ID)||') := '||to_char(mod_dedn_amt)) ;
468:
469: RETURN mod_dedn_amt ;
470:
471: hr_utility.trace('Leaving PAY_US_INV_DED_FORMULAS.GET_PRORATED_DEDN_AMOUNT.') ;
472:
473: END GET_PRORATED_DEDN_AMOUNT ;
474:
475: /****************************************************************************

Line 659: l_package_name := 'PAY_US_INV_DED_FORMULAS.';

655: and pet_si.effective_end_date ;
656:
657: BEGIN
658:
659: l_package_name := 'PAY_US_INV_DED_FORMULAS.';
660: l_proc_name := l_package_name||'BASE_FORMULA';
661:
662: default_number := -9999;
663: default_string := 'NOT ENTERED';

Line 3439: (Private) Function Call to be used within pay_us_inv_ded_formulas.

3435:
3436: BEGIN -- Begin of CONVERT_PERIOD_TYPE
3437:
3438: /* Instead of directly calling hr_us_ff_udfs, introducing an internal
3439: (Private) Function Call to be used within pay_us_inv_ded_formulas.
3440: hr_us_ff_udfs.convert_period_type fails to convert 'weekly' figure
3441: to 'period' one and vica-versa in case 'Hours Calculation Type'
3442: is set to 'Standard' at Payroll definition level.
3443: Irrespective of Payroll level 'Hours Calculation Type',

Line 6696: END PAY_US_INV_DED_FORMULAS;

6692: NULL;
6693:
6694: END;
6695:
6696: END PAY_US_INV_DED_FORMULAS;