DBA Data[Home] [Help]

PACKAGE: APPS.PAY_FR_ARC_UTL

Source


1 package pay_fr_arc_utl as
2 /* $Header: pyfrarcu.pkh 120.0 2005/05/29 04:58:30 appldev noship $ */
3 --
4 ---------------------------------------------------------------------------
5 -- Function: range_person_enh_enabled.
6 -- Description: Returns true if the range_person performance enhancement
7 --              3628032 is enabled for the system and specified archive.
8 ---------------------------------------------------------------------------
9 FUNCTION range_person_enh_enabled(p_payroll_action_id number) RETURN BOOLEAN;
10 --
11 END pay_fr_arc_utl;