DBA Data[Home] [Help]

APPS.OTA_ENROLL_REVIEW_SS dependencies on HR_UTILITY

Line 362: WHEN hr_utility.hr_error THEN

358: ,p_transaction_data => l_transaction_table);
359:
360:
361: EXCEPTION
362: WHEN hr_utility.hr_error THEN
363: -- -------------------------------------------
364: -- an application error has been raised so we must
365: -- redisplay the web form to display the error
366: -- --------------------------------------------

Line 1033: hr_utility.set_location('OTA_ENROLL_REVIEW_SS' ,100);

1029: Employee_id = p_owner_id ;
1030:
1031: BEGIN
1032:
1033: hr_utility.set_location('OTA_ENROLL_REVIEW_SS' ,100);
1034:
1035: l_from := hr_transaction_api.get_varchar2_value
1036: (p_transaction_step_id => p_transaction_step_id
1037: ,p_name => 'P_FROM');

Line 1327: hr_utility.set_location('OTA_ENROLL_REVIEW_SS' ,200);

1323: ,p_tdb_information17 => l_tdb_information17
1324: ,p_tdb_information18 => l_tdb_information18
1325: ,p_tdb_information19 => l_tdb_information19
1326: ,p_tdb_information20 => l_tdb_information20);
1327: hr_utility.set_location('OTA_ENROLL_REVIEW_SS' ,200);
1328:
1329: if (p_validate = true) then
1330: rollback to validate_enrollment;
1331: else