DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS dependencies on FND_MESSAGE

Line 896: l_encoded_err_text := fnd_message.get_encoded;

892: if l_describe_error or (not l_param_valid) then
893: --
894: -- Get the encoded error text
895: --
896: l_encoded_err_text := fnd_message.get_encoded;
897: -- Change the following update DML statement to
898: -- call the API when it is available.
899: update hr_api_hook_calls
900: set pre_processor_date = sysdate

Line 1499: l_encoded_err_text := fnd_message.get_encoded;

1495: hr_utility.set_location(l_proc, 40);
1496: --
1497: -- Write details of the error to the HR_API_HOOKS table
1498: --
1499: l_encoded_err_text := fnd_message.get_encoded;
1500: --
1501: -- Change the following update statement to
1502: -- call the row handler, when it is available.
1503: --

Line 2791: l_encoded_err_text := fnd_message.get_encoded;

2787: hr_utility.set_location(l_proc, 170);
2788: --
2789: -- Write details of the error to the HR_API_HOOKS table
2790: --
2791: l_encoded_err_text := fnd_message.get_encoded;
2792: --
2793: -- Change the following update statement to
2794: -- call the row handler, when it is available.
2795: --