DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER dependencies on FND_FLEX_PLSQL

Line 3973: /* Calls user PLSQL validation function FND_FLEX_PLSQL.validate(). */

3969:
3970: END call_fdfgli;
3971:
3972: /* ----------------------------------------------------------------------- */
3973: /* Calls user PLSQL validation function FND_FLEX_PLSQL.validate(). */
3974: /* Requires FND_FLEX_PLSQL stub package for compilation. */
3975: /* The validate() function is called with both concatenated and */
3976: /* individual segment ids in order they are defined in the flexfield */
3977: /* structure. It will return TRUE if combination passes all user */

Line 3974: /* Requires FND_FLEX_PLSQL stub package for compilation. */

3970: END call_fdfgli;
3971:
3972: /* ----------------------------------------------------------------------- */
3973: /* Calls user PLSQL validation function FND_FLEX_PLSQL.validate(). */
3974: /* Requires FND_FLEX_PLSQL stub package for compilation. */
3975: /* The validate() function is called with both concatenated and */
3976: /* individual segment ids in order they are defined in the flexfield */
3977: /* structure. It will return TRUE if combination passes all user */
3978: /* defined validation rules, or FALSE on error or if it does not */

Line 4016: errmsg := ' Calling FND_FLEX_PLSQL.validate(';

4012: -- Next save the debugging info to the standard server debug string.
4013: -- Note this is different from the client which will save it to a
4014: -- file fdfplv.log. Use errmsg as temporary string to store debug info.
4015: --
4016: errmsg := ' Calling FND_FLEX_PLSQL.validate(';
4017: errmsg := errmsg || to_char(fstruct.application_id) || ', ';
4018: errmsg := errmsg || fstruct.id_flex_code || ', ';
4019: errmsg := errmsg || to_char(fstruct.id_flex_num) || ', ';
4020: errmsg := errmsg || to_char(vdate, FND_FLEX_SERVER1.DATETIME_FMT) || ', ';

Line 4032: if(FND_FLEX_PLSQL.validate(fstruct.application_id, fstruct.id_flex_code,

4028: errmsg := NULL;
4029:
4030: -- Now call the function
4031: --
4032: if(FND_FLEX_PLSQL.validate(fstruct.application_id, fstruct.id_flex_code,
4033: fstruct.id_flex_num, vdate, delim, catids, nids, ids(1), ids(2),
4034: ids(3), ids(4), ids(5), ids(6), ids(7), ids(8), ids(9),
4035: ids(10), ids(11), ids(12), ids(13), ids(14), ids(15), ids(16),
4036: ids(17), ids(18), ids(19), ids(20), ids(21), ids(22), ids(23),