DBA Data[Home] [Help]

APPS.HR_GEN_PKG dependencies on PAY_CUSTOM_RESTRICTIONS_VL

Line 48: to take values from PAY_CUSTOM_RESTRICTIONS_VL instead of

44: 05 Feb 02 G Sayers Added dbdrv and commit to comply with
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 .

Line 118: from pay_custom_restrictions_vl

114: query_form_title,
115: standard_form_title,
116: enabled_flag,
117: customized_restriction_id
118: from pay_custom_restrictions_vl
119: where name = p_restriction_name
120: and form_name = p_form_name
121: and (business_group_id = p_business_group_id
122: or business_group_id is null)