DBA Data[Home] [Help]

APPS.HR_JPBP_API dependencies on HR_API

Line 30: and nvl(major,hr_api.g_varchar2)= nvl(p_major,hr_api.g_varchar2);

26: --
27: cursor c2 is
28: select * from per_jp_school_lookups
29: where school_name = p_school_name
30: and nvl(major,hr_api.g_varchar2)= nvl(p_major,hr_api.g_varchar2);
31: --
32: jp_school_rec per_jp_school_lookups%rowtype;
33:
34:

Line 790: raise hr_api.validate_enabled;

786: --
787: -- When in validation only mode raise the Validate_Enabled exception
788: --
789: if p_validate then
790: raise hr_api.validate_enabled;
791: end if;
792: --
793: -- Set all output arguments
794: --

Line 799: when hr_api.validate_enabled then

795: p_person_id := l_person_id;
796: --
797: hr_utility.set_location(' Leaving:'||l_proc, 60);
798: exception
799: when hr_api.validate_enabled then
800: --
801: -- As the Validate_Enabled exception has been raised
802: -- we must rollback to the savepoint
803: --

Line 1423: raise hr_api.validate_enabled;

1419: hr_utility.set_location(l_proc, 70);
1420: --
1421: --
1422: if p_validate then
1423: raise hr_api.validate_enabled;
1424: end if;
1425: --
1426: -- Set all output arguments
1427: --

Line 1432: when hr_api.validate_enabled then

1428: p_person_id := l_person_id;
1429: --
1430: hr_utility.set_location(' Leaving:'||l_proc, 80);
1431: exception
1432: when hr_api.validate_enabled then
1433: --
1434: -- As the Validate_Enabled exception has been raised
1435: -- we must rollback to the savepoint
1436: --

Line 1934: raise hr_api.validate_enabled;

1930:
1931: -- When in validation only mode raise the Validate_Enabled exception
1932: --
1933: if p_validate then
1934: raise hr_api.validate_enabled;
1935: end if;
1936: --
1937: -- Set all output arguments
1938: --

Line 1943: when hr_api.validate_enabled then

1939: p_person_id := l_person_id;
1940: --
1941: hr_utility.set_location(' Leaving:'||l_proc, 40);
1942: exception
1943: when hr_api.validate_enabled then
1944: --
1945: -- As the Validate_Enabled exception has been raised
1946: -- we must rollback to the savepoint
1947: --

Line 2535: raise hr_api.validate_enabled;

2531: hr_utility.set_location(l_proc, 70);
2532: --
2533: --
2534: if p_validate then
2535: raise hr_api.validate_enabled;
2536: end if;
2537: --
2538: -- Set all output arguments
2539: --

Line 2545: when hr_api.validate_enabled then

2541: --
2542: hr_utility.set_location(' Leaving:'||l_proc, 80);
2543: --
2544: exception
2545: when hr_api.validate_enabled then
2546: --
2547: -- As the Validate_Enabled exception has been raised
2548: -- we must rollback to the savepoint
2549: --