DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on STANDARD

Line 368: -- as does the standard put routine.

364: -- This exists so that routines that are restrict_references(WNDS)
365: -- don't break. It should only be called from the few routines
366: -- that are already using it. In all other cases, use put instead of this.
367: -- set a value in z_context but does not affect profiles nor sys_context
368: -- as does the standard put routine.
369: -- returns true if the value was set, false otherwise.
370: function put_nosys(name varchar2, value varchar2) return boolean
371: as
372: begin

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

898: end nls_sort;
899:
900: -- Get Security Group Id from which to retrieve lookup type.
901: -- This will either be the current security group, or default to the
902: -- STANDARD security group (id=0) if lookup type not defined
903: -- in current security group.
904: -- IN
905: -- lookup_type
906: -- view_application_id

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

904: -- IN
905: -- lookup_type
906: -- view_application_id
907: -- RETURNS
908: -- Security_group_id of lookup type to use (current or STANDARD).
909: -- NOTE
910: -- This function is used by FND_LOOKUPS and related views to
911: -- improve performance.
912: function lookup_security_group(lookup_type in varchar2,