DBA Data[Home] [Help]

APPS.FND_FLEX_EXT dependencies on STANDARD

Line 685: * all value sets with translatable values (standard date and standard

681: * segment based information. This means it can only be used in
682: * simplified APIs such as get_ccid() where only the segment values
683: * are returned. This function can not be used with value sets whose
684: * displayed values depend on the user's NLS settings. Presently
685: * all value sets with translatable values (standard date and standard
686: * time) are considered ID type value sets and therefore will be excluded
687: * if the flexfield does not allow ID value sets.
688: *
689: * Also note that this function relies on the fact that retrieving the

Line 741: * displayed and stored value different are standard date v.sets.

737: * However conversion to displayed values requires calling
738: * validate_structure and we are trying to get rid of it.
739: * Since we are guaranteed that flexfield doesn't use id value sets
740: * this is not a problem at all. Only non-id value sets which have
741: * displayed and stored value different are standard date v.sets.
742: * For now, since client implements them as id-value sets they are
743: * not problem here at all.
744: */
745: ccid := combination_id;