DBA Data[Home] [Help]

APPS.HR_GEN_PKG dependencies on PAY_CUSTOMIZED_RESTRICTIONS

Line 49: PAY_CUSTOMIZED_RESTRICTIONS.

45: GSCC Standards.
46: 05-Dec-2002 A.Holt NOCOPY Performance Changes for 11.5.9
47: 01-Jul-2003 tvankayl procedure Get_customized_restriction modified
48: to take values from PAY_CUSTOM_RESTRICTIONS_VL instead of
49: PAY_CUSTOMIZED_RESTRICTIONS.
50: 115.10 21-Nov-2003 vramanai Modified message name in Procedure
51: Get_Customized_Restriction to
52: HR_7070_CUST_INVALID_CUST_NAME .
53: 115.11 12-May-2003 njaladi 3577964- Added new autonomous transactin wrapper

Line 128: from pay_customized_restrictions

124: or legislation_code is null);
125: --
126: cursor csr_form_name is
127: select 1
128: from pay_customized_restrictions
129: where name = p_restriction_name;
130: --
131: l_enabled_flag varchar2 (30);
132: --