DBA Data[Home] [Help]

APPS.BEN_DERIVE_PART_AND_RATE_FACTS dependencies on BEN_DERIVE_FACTORS

Line 457: BEN_DERIVE_FACTORS.determine_compensation to

453: to compute with right boundaries.
454: Added parameter to comp_level_min_max.
455: Removed the calls to hr_ and
456: using the call to
457: BEN_DERIVE_FACTORS.determine_compensation to
458: determine compensation.
459:
460: 31-Mar-02 pbodla/ 115.138 Bug 2881136 Pass formula id in
461: ikasire min_max_breach routine. Also

Line 467: structure to ben_derive_factors.determine_compensation call.

463: calling min_max_breach.
464: 14-Apr-03 kmahendra 115.139 Bug#2507053 - the condition to check min_max breach
465: for only Person is removed in age_calculation.
466: 08-may-2003 nhunur 115.40 Bug - 2946985 passed the oipl_id retrieved from the oiplip record
467: structure to ben_derive_factors.determine_compensation call.
468: 01-jul-03 pabodla 115.141 Grade/Step Added code, variables
469: to support grade/step life event
470: triggering.
471: 28-aug-03 rpillay 115.142 Bug 3097501 - Cobra - Changed

Line 483: to ben_derive_factors.determine_compensation

479: upto previous month have been paid
480: 25-Sep-03 rpillay 115.145 Bug 3097501 - Changes to make
481: NOLP work for all payrolls
482: 03-Oct-03 ikasire 115.146 Bug 3174453 we need to pass pgm/pl/oipl
483: to ben_derive_factors.determine_compensation
484: 13-Oct-03 rpillay 115.147 Bug 3097501 - Changes to handle FSA rates
485: and rounding issues
486: 15-Oct-03 rpillay 115.148 Bug 3097501 - Changes to handle enrollment
487: and rate changes

Line 3362: -- We are now using the call to BEN_DERIVE_FACTORS.determine_compensation

3358: --
3359: END hours_calculation;
3360: ------------------------------------------------------------------------------
3361: -- ******THIS IS NOW OBSOLETED ***********************************************
3362: -- We are now using the call to BEN_DERIVE_FACTORS.determine_compensation
3363: -- to determine the compensation to avoid maitening the similar code at two
3364: -- different places.
3365: -------------------------------------------------------------------------------
3366: FUNCTION comp_calculation(

Line 5751: BEN_DERIVE_FACTORS.determine_compensation

5747: ,p_pl_id =>l_pl_id
5748: ,p_oipl_id =>l_oipl_id );
5749: --
5750: --
5751: BEN_DERIVE_FACTORS.determine_compensation
5752: ( p_comp_lvl_fctr_id => l_elig_rec.comp_lvl_fctr_id -- in number,
5753: ,p_person_id => p_person_id -- in number,
5754: ,p_pgm_id => l_pgm_id -- in number default null,
5755: ,p_pl_id => l_pl_id -- in number default null,

Line 6204: BEN_DERIVE_FACTORS.determine_compensation

6200: ,p_pgm_id =>l_pgm_id
6201: ,p_pl_id =>l_pl_id
6202: ,p_oipl_id =>l_oipl_id );
6203: --
6204: BEN_DERIVE_FACTORS.determine_compensation
6205: ( p_comp_lvl_fctr_id => l_rate_rec.comp_lvl_fctr_id -- in number,
6206: ,p_person_id => p_person_id -- in number,
6207: ,p_pgm_id => l_pgm_id -- in number default null,
6208: ,p_pl_id => l_pl_id -- in number default null,

Line 6403: BEN_DERIVE_FACTORS.determine_compensation

6399: ,p_pl_id =>l_pl_id
6400: ,p_oipl_id =>l_oipl_id );
6401:
6402: --
6403: BEN_DERIVE_FACTORS.determine_compensation
6404: ( p_comp_lvl_fctr_id => l_rate_cvg_rec.comp_lvl_fctr_id -- in number,
6405: ,p_person_id => p_person_id -- in number,
6406: ,p_pgm_id => l_pgm_id -- in number default null,
6407: ,p_pl_id => l_pl_id -- in number default null,

Line 6592: BEN_DERIVE_FACTORS.determine_compensation

6588: ,p_pgm_id =>l_pgm_id
6589: ,p_pl_id =>l_pl_id
6590: ,p_oipl_id =>l_oipl_id );
6591: --
6592: BEN_DERIVE_FACTORS.determine_compensation
6593: ( p_comp_lvl_fctr_id => l_rate_prem_rec.comp_lvl_fctr_id -- in number,
6594: ,p_person_id => p_person_id -- in number,
6595: ,p_pgm_id => l_pgm_id -- in number default null,
6596: ,p_pl_id => l_pl_id -- in number default null,