DBA Data[Home] [Help]

APPS.PAY_SPR_BUS dependencies on PER_SECURITY_PROFILES

Line 204: (p_security_profile_id in per_security_profiles.security_profile_id%type

200: -- Internal Development Use Only.
201: -- {End Of Comments}
202: ------------------------------------------------------------------------------
203: procedure chk_security_profile
204: (p_security_profile_id in per_security_profiles.security_profile_id%type
205: ,p_business_group_id out nocopy per_security_profiles.business_group_id%type
206: );
207: --
208: -- --------------------------------------------------------------------------

Line 205: ,p_business_group_id out nocopy per_security_profiles.business_group_id%type

201: -- {End Of Comments}
202: ------------------------------------------------------------------------------
203: procedure chk_security_profile
204: (p_security_profile_id in per_security_profiles.security_profile_id%type
205: ,p_business_group_id out nocopy per_security_profiles.business_group_id%type
206: );
207: --
208: -- --------------------------------------------------------------------------
209: -- |-----------------------------------------------------|