DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on STANDARD

Line 385: -- STANDARD security group (id=0) if lookup type not defined

381: --
382: -- Lookup_Security_Group
383: -- Get Security Group Id from which to retrieve lookup type.
384: -- This will either be the current security group, or default to the
385: -- STANDARD security group (id=0) if lookup type not defined
386: -- in current security group.
387: -- IN
388: -- lookup_type
389: -- view_application_id

Line 391: -- Security_group_id of lookup type to use (current or STANDARD).

387: -- IN
388: -- lookup_type
389: -- view_application_id
390: -- RETURNS
391: -- Security_group_id of lookup type to use (current or STANDARD).
392: -- NOTE
393: -- This function is used by FND_LOOKUPS and related views to
394: -- improve performance.
395: --