DBA Data[Home] [Help]

APPS.HXC_ALIAS_UTILITY dependencies on STANDARD

Line 3123: ' ''L'', SERVICE_PERIOD.LAST_STANDARD_PROCESS_DATE, '||

3119: ' AND USAGE.EFFECTIVE_END_DATE >= fnd_profile.value(''OTL_TK_START_DATE''))) '||
3120: ' AND (SERVICE_PERIOD.ACTUAL_TERMINATION_DATE IS NULL '||
3121: ' OR (SERVICE_PERIOD.ACTUAL_TERMINATION_DATE IS NOT NULL '||
3122: ' AND fnd_profile.value(''OTL_TK_START_DATE'') <= DECODE(ELEMENT.POST_TERMINATION_RULE, '||
3123: ' ''L'', SERVICE_PERIOD.LAST_STANDARD_PROCESS_DATE, '||
3124: ' ''F'', NVL(SERVICE_PERIOD.FINAL_PROCESS_DATE, '||
3125: ' hr_general.end_of_time), '||
3126: ' SERVICE_PERIOD.ACTUAL_TERMINATION_DATE))) ';
3127:

Line 3206: ' ''L'', NVL(SERVICE_PERIOD.LAST_STANDARD_PROCESS_DATE, hr_general.end_of_time),'||

3202: ' AND (ELEMENT.PROCESSING_TYPE = ''R'' OR ASGT.PAYROLL_ID IS NOT NULL) '||
3203: ' AND (SERVICE_PERIOD.ACTUAL_TERMINATION_DATE IS NULL '||
3204: ' OR (SERVICE_PERIOD.ACTUAL_TERMINATION_DATE IS NOT NULL '||
3205: ' AND fnd_profile.value(''OTL_TK_START_DATE'') <= DECODE(ELEMENT.POST_TERMINATION_RULE, '||
3206: ' ''L'', NVL(SERVICE_PERIOD.LAST_STANDARD_PROCESS_DATE, hr_general.end_of_time),'||
3207: ' ''F'', NVL(SERVICE_PERIOD.FINAL_PROCESS_DATE, '||
3208: ' hr_general.end_of_time), '||
3209: ' SERVICE_PERIOD.ACTUAL_TERMINATION_DATE))) ';
3210: ELSE

Line 3470: -- * If the format is X ( based on FIELD_TYPE lookup ) it is a standard

3466: -- format.
3467: -- * Check in the associative array for value set formats if
3468: -- the data type exists.
3469: -- * If not, find that out and store it.
3470: -- * If the format is X ( based on FIELD_TYPE lookup ) it is a standard
3471: -- date format, so convert it to canonical date.
3472: -- * If the format is N, it is a standard number, convert to canonical number.
3473:
3474: IF p_alias_type = 'VALUE_SET_NONE'

Line 3472: -- * If the format is N, it is a standard number, convert to canonical number.

3468: -- the data type exists.
3469: -- * If not, find that out and store it.
3470: -- * If the format is X ( based on FIELD_TYPE lookup ) it is a standard
3471: -- date format, so convert it to canonical date.
3472: -- * If the format is N, it is a standard number, convert to canonical number.
3473:
3474: IF p_alias_type = 'VALUE_SET_NONE'
3475: THEN
3476: IF NOT hxc_alias_translator.g_vset_fmt.EXISTS(TO_CHAR(l_alias_val_att_to_match(l_alias_val_att_to_match.FIRST).reference_object))