DBA Data[Home] [Help]

APPS.DT_API dependencies on FND_DATE

Line 161: fnd_date.date_to_chardate(p_date_from,1));

157: -- As no rows were returned we must error
158: hr_utility.set_message(801, 'HR_7180_DT_NO_ROW_EXIST');
159: hr_utility.set_message_token('TABLE_NAME', p_base_table_name);
160: hr_utility.set_message_token('SESSION_DATE',
161: fnd_date.date_to_chardate(p_date_from,1));
162: hr_utility.raise_error;
163: END IF;
164: IF g_debug THEN
165: hr_utility.Set_Location('Leaving :'||l_proc, 15);

Line 1005: ,fnd_date.date_to_chardate(p_effective_date,1)

1001: hr_utility.set_message(801, 'HR_7180_DT_NO_ROW_EXIST');
1002: hr_utility.set_message_token('TABLE_NAME', p_base_table_name);
1003: hr_utility.set_message_token
1004: ('SESSION_DATE'
1005: ,fnd_date.date_to_chardate(p_effective_date,1)
1006: );
1007: hr_utility.raise_error;
1008: WHEN TOO_MANY_ROWS THEN
1009: -- reset the OUT params to NULL to cater for NOCOPY

Line 1016: ,fnd_date.date_to_chardate(p_effective_date,1)

1012: hr_utility.set_message(801, 'HR_7181_DT_OVERLAP_ROWS');
1013: hr_utility.set_message_token('TABLE_NAME', p_base_table_name);
1014: hr_utility.set_message_token
1015: ('SESSION_DATE'
1016: ,fnd_date.date_to_chardate(p_effective_date,1)
1017: );
1018: hr_utility.set_message_token('PRIMARY_VALUE', to_char(p_base_key_value));
1019: hr_utility.raise_error;
1020: WHEN OTHERS THEN

Line 2801: fnd_date.date_to_chardate(p_effective_date,1));

2797: -- error should not be raised here
2798: hr_utility.set_message(801, 'HR_7180_DT_NO_ROW_EXIST');
2799: hr_utility.set_message_token('TABLE_NAME', p_base_table_name);
2800: hr_utility.set_message_token('SESSION_DATE',
2801: fnd_date.date_to_chardate(p_effective_date,1));
2802: hr_utility.raise_error;
2803: END IF;
2804: -- DELETE: always set to TRUE if the maximum effective end date is not the
2805: -- same as the effective date and the effective date if not the