DBA Data[Home] [Help]

APPS.FND_FLEX_VAL_API dependencies on STANDARD

Line 3768: are replaced by Standard Date(X) and Standard DateTime(Y) format types.

3764: /*
3765: For KFF and DFF and SRS
3766: This rule is to make sure Date and DateTime value sets
3767: format types are not used since they are now obsolete and
3768: are replaced by Standard Date(X) and Standard DateTime(Y) format types.
3769: */
3770: IF(l_format_type='D' or l_format_type='T')
3771: THEN
3772: fnd_message.set_name('FND','FLEX-VSET TYPE OBSOLETE');

Line 3863: Date(D), then only VS Format Types T=DateTime, I=Time, X=StandardDate,

3859: Table ID Type. If it is not null then we can use that Type to compare
3860: to the underlying column and they must match. If the VS Table ID
3861: Type is null, then we use the VS Format Type to compare to the
3862: underlying column. If the underlying column is of type
3863: Date(D), then only VS Format Types T=DateTime, I=Time, X=StandardDate,
3864: Y=StandardDateTime, Z=StandardTime can be used.
3865: */
3866: IF(NOT((l_application_column_type = 'C' OR l_application_column_type = 'V')
3867: OR l_validation_type = 'U' OR

Line 3864: Y=StandardDateTime, Z=StandardTime can be used.

3860: to the underlying column and they must match. If the VS Table ID
3861: Type is null, then we use the VS Format Type to compare to the
3862: underlying column. If the underlying column is of type
3863: Date(D), then only VS Format Types T=DateTime, I=Time, X=StandardDate,
3864: Y=StandardDateTime, Z=StandardTime can be used.
3865: */
3866: IF(NOT((l_application_column_type = 'C' OR l_application_column_type = 'V')
3867: OR l_validation_type = 'U' OR
3868: ((l_application_column_type = l_id_column_type and

Line 4095: Date(D), then only VS Format Types T=DateTime, I=Time, X=StandardDate,

4091: Table ID Type. If it is not null then we can use that Type to compare
4092: to the underlying column and they must match. If the VS Table ID
4093: Type is null, then we use the VS Format Type to compare to the
4094: underlying column. If the underlying column is of type
4095: Date(D), then only VS Format Types T=DateTime, I=Time, X=StandardDate,
4096: Y=StandardDateTime, Z=StandardTime can be used.
4097: */
4098: IF(NOT((p_application_column_type = 'C' OR p_application_column_type = 'V')
4099: OR p_validation_type = 'U' OR

Line 4096: Y=StandardDateTime, Z=StandardTime can be used.

4092: to the underlying column and they must match. If the VS Table ID
4093: Type is null, then we use the VS Format Type to compare to the
4094: underlying column. If the underlying column is of type
4095: Date(D), then only VS Format Types T=DateTime, I=Time, X=StandardDate,
4096: Y=StandardDateTime, Z=StandardTime can be used.
4097: */
4098: IF(NOT((p_application_column_type = 'C' OR p_application_column_type = 'V')
4099: OR p_validation_type = 'U' OR
4100: ((p_application_column_type = p_id_column_type and

Line 4181: are replaced by Standard Date(X) and Standard DateTime(Y) format types.

4177:
4178: /*
4179: This rule is to make sure Date and DateTime value sets
4180: format types are not used since they are now obsolete and
4181: are replaced by Standard Date(X) and Standard DateTime(Y) format types.
4182: */
4183: IF(p_format_type='D' or p_format_type='T')
4184: THEN
4185: fnd_message.set_name('FND','FLEX-VSET TYPE OBSOLETE');