DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on STANDARD

Line 98: 03 Jun 02 pabodla 115.37 Bug 2367556 : Changed STANDARD.bitand to just bitand

94: cvg start date of epe
95: 21-Apr-02 ashrivas 115.34 Added convert_rates_w for self-service
96: 23-May-02 kmahendr 115.35 Added a procedure - annual_to_period_out
97: 23 May 02 kmahendr 115.36 No changes
98: 03 Jun 02 pabodla 115.37 Bug 2367556 : Changed STANDARD.bitand to just bitand
99: 08-Jun-02 pabodla 115.38 Do not select the contingent worker
100: assignment when assignment data is
101: fetched.
102: 04-Sep-02 kmahendr 115.39 added codes in get_periods_between for new acty_ref_perd_cd.

Line 579: -- Standard skip rules aren't applied to these

575: fnd_message.raise_error;
576: end if;
577: -- Check if period_type of the payroll is
578: -- either Calendar or Lunar month
579: -- Standard skip rules aren't applied to these
580: --
581: open get_period_type(p_payroll_id,p_start_date);
582: fetch get_period_type into l_period_type;
583: close get_period_type;

Line 1237: -- Standard skip rules aren't applied to these

1233: fnd_message.raise_error;
1234: end if;
1235: -- Check if period_type of the payroll is
1236: -- either Calendar or Lunar month
1237: -- Standard skip rules aren't applied to these
1238: --
1239: open get_period_type(p_payroll_id,p_start_date);
1240: fetch get_period_type into l_period_type, l_pay_date_offset;
1241: close get_period_type;