DBA Data[Home] [Help]

APPS.OTA_FINANCE_HEADER_API dependencies on HR_UTILITY

Line 159: hr_utility.set_location('Entering:'|| l_proc, 10);

155: l_object_version_number number;
156: l_effective_date date;
157: l_name varchar2(80);
158: begin
159: hr_utility.set_location('Entering:'|| l_proc, 10);
160: --
161: -- Issue a savepoint
162: --
163: savepoint CREATE_FINANCE_HEADER;

Line 619: hr_utility.set_location(' Leaving:'||l_proc, 70);

615: p_finance_header_id := l_finance_header_id;
616: p_object_version_number := l_object_version_number;
617:
618:
619: hr_utility.set_location(' Leaving:'||l_proc, 70);
620: exception
621: when hr_api.validate_enabled then
622: --
623: -- As the Validate_Enabled exception has been raised

Line 634: hr_utility.set_location(' Leaving:'||l_proc, 80);

630: -- when validation only mode is being used.)
631: --
632: p_finance_header_id := null;
633: p_object_version_number := null;
634: hr_utility.set_location(' Leaving:'||l_proc, 80);
635: when others then
636: --
637: -- A validation or unexpected error has occured
638: --

Line 642: hr_utility.set_location(' Leaving:'||l_proc, 90);

638: --
639: rollback to CREATE_FINANCE_HEADER;
640: p_finance_header_id := null;
641: p_object_version_number := null;
642: hr_utility.set_location(' Leaving:'||l_proc, 90);
643: raise;
644: end create_FINANCE_HEADER;
645: -- ----------------------------------------------------------------------------
646: -- |----------------------------< UPDATE_FINANCE_HEADER >---------------------------|

Line 795: hr_utility.set_location('Entering:'|| l_proc, 10);

791: l_effective_date date;
792: l_object_version_number number := p_object_version_number;
793: l_name varchar2(80);
794: begin
795: hr_utility.set_location('Entering:'|| l_proc, 10);
796: --
797: -- Issue a savepoint
798: --
799: savepoint UPDATE_FINANCE_HEADER;

Line 1253: hr_utility.set_location(' Leaving:'||l_proc, 70);

1249: end if;
1250: --
1251: -- Set all output arguments
1252: --
1253: hr_utility.set_location(' Leaving:'||l_proc, 70);
1254: exception
1255: when hr_api.validate_enabled then
1256: --
1257: -- As the Validate_Enabled exception has been raised

Line 1267: hr_utility.set_location(' Leaving:'||l_proc, 80);

1263: -- (Any key or derived arguments must be set to null
1264: -- when validation only mode is being used.)
1265: --
1266: p_object_version_number := null;
1267: hr_utility.set_location(' Leaving:'||l_proc, 80);
1268: when others then
1269: --
1270: -- A validation or unexpected error has occured
1271: --

Line 1274: hr_utility.set_location(' Leaving:'||l_proc, 90);

1270: -- A validation or unexpected error has occured
1271: --
1272: rollback to UPDATE_FINANCE_HEADER;
1273: p_object_version_number := l_object_version_number;
1274: hr_utility.set_location(' Leaving:'||l_proc, 90);
1275: raise;
1276: end update_FINANCE_HEADER;
1277: --
1278: -- ----------------------------------------------------------------------------

Line 1295: hr_utility.set_location('Entering:'|| l_proc, 10);

1291: l_object_version_id number;
1292: --
1293: --
1294: begin
1295: hr_utility.set_location('Entering:'|| l_proc, 10);
1296: --
1297: -- Issue a savepoint
1298: --
1299: savepoint DELETE_FINANCE_HEADER;

Line 1356: hr_utility.set_location(' Leaving:'||l_proc, 170);

1352: --
1353: -- Set all output arguments
1354: --
1355: --
1356: hr_utility.set_location(' Leaving:'||l_proc, 170);
1357: exception
1358: when hr_api.validate_enabled then
1359: --
1360: -- As the Validate_Enabled exception has been raised

Line 1369: hr_utility.set_location(' Leaving:'||l_proc, 180);

1365: -- Only set output warning arguments
1366: -- (Any key or derived arguments must be set to null
1367: -- when validation only mode is being used.)
1368: --
1369: hr_utility.set_location(' Leaving:'||l_proc, 180);
1370: when others then
1371: --
1372: -- A validation or unexpected error has occured
1373: --

Line 1375: hr_utility.set_location(' Leaving:'||l_proc, 190);

1371: --
1372: -- A validation or unexpected error has occured
1373: --
1374: rollback to DELETE_FINANCE_HEADER;
1375: hr_utility.set_location(' Leaving:'||l_proc, 190);
1376: raise;
1377: end delete_FINANCE_HEADER;
1378: --
1379: