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 613: -- Standard skip rules aren't applied to these

609: fnd_message.raise_error;
610: end if;
611: -- Check if period_type of the payroll is
612: -- either Calendar or Lunar month
613: -- Standard skip rules aren't applied to these
614: --
615: open get_period_type(p_payroll_id,p_start_date);
616: fetch get_period_type into l_period_type;
617: close get_period_type;

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

1297: fnd_message.raise_error;
1298: end if;
1299: -- Check if period_type of the payroll is
1300: -- either Calendar or Lunar month
1301: -- Standard skip rules aren't applied to these
1302: --
1303: open get_period_type(p_payroll_id,p_start_date);
1304: fetch get_period_type into l_period_type, l_pay_date_offset;
1305: close get_period_type;