DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS dependencies on FND_MESSAGE

Line 903: l_encoded_err_text := fnd_message.get_encoded;

899: if l_describe_error or (not l_param_valid) then
900: --
901: -- Get the encoded error text
902: --
903: l_encoded_err_text := fnd_message.get_encoded;
904: -- Change the following update DML statement to
905: -- call the API when it is available.
906: update hr_api_hook_calls
907: set pre_processor_date = sysdate

Line 1506: l_encoded_err_text := fnd_message.get_encoded;

1502: hr_utility.set_location(l_proc, 40);
1503: --
1504: -- Write details of the error to the HR_API_HOOKS table
1505: --
1506: l_encoded_err_text := fnd_message.get_encoded;
1507: --
1508: -- Change the following update statement to
1509: -- call the row handler, when it is available.
1510: --

Line 2801: l_encoded_err_text := fnd_message.get_encoded;

2797: hr_utility.set_location(l_proc, 170);
2798: --
2799: -- Write details of the error to the HR_API_HOOKS table
2800: --
2801: l_encoded_err_text := fnd_message.get_encoded;
2802: --
2803: -- Change the following update statement to
2804: -- call the row handler, when it is available.
2805: --