DBA Data[Home] [Help]

APPS.PQP_PVD_BUS dependencies on STANDARD

Line 670: -- validation against the HR_STANDARD_LOOKUPS view.

666: -- row handler
667: -- If this is not a start-up data entity then either:
668: -- b) ignore the security_group_id value held in
669: -- client_info. This includes performing lookup
670: -- validation against the HR_STANDARD_LOOKUPS view.
671: -- or c) (less likely) ensure the correct security_group_id
672: -- value is set in client_info.
673: -- Remove this comment when the edit has been completed.
674: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

Line 733: -- validation against the HR_STANDARD_LOOKUPS view.

729: -- row handler
730: -- If this is not a start-up data entity then either:
731: -- b) ignore the security_group_id value held in
732: -- client_info. This includes performing lookup
733: -- validation against the HR_STANDARD_LOOKUPS view.
734: -- or c) (less likely) ensure the correct security_group_id
735: -- value is set in client_info.
736: -- Remove this comment when the edit has been completed.
737: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp