DBA Data[Home] [Help]

APPS.OTA_ENROLL_REVIEW_SS dependencies on OTA_ENROLL_REVIEW_SS

Line 1: PACKAGE BODY OTA_ENROLL_REVIEW_SS AS

1: PACKAGE BODY OTA_ENROLL_REVIEW_SS AS
2: /* $Header: otrevwrs.pkb 120.2 2008/01/08 14:04:35 aabalakr noship $*/
3:
4: g_package varchar2(30) := 'OTA_ENROLL_REVIEW_SS';
5:

Line 4: g_package varchar2(30) := 'OTA_ENROLL_REVIEW_SS';

1: PACKAGE BODY OTA_ENROLL_REVIEW_SS AS
2: /* $Header: otrevwrs.pkb 120.2 2008/01/08 14:04:35 aabalakr noship $*/
3:
4: g_package varchar2(30) := 'OTA_ENROLL_REVIEW_SS';
5:
6:
7:
8:

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

Line 2668: end ota_enroll_review_ss;

2664: end create_segment;
2665:
2666:
2667:
2668: end ota_enroll_review_ss;