DBA Data[Home] [Help]

APPS.OTA_FINANCE_HEADER_API dependencies on HR_API

Line 308: when hr_api.cannot_find_prog_unit then

304: ,p_effective_date => l_effective_date
305:
306: );
307: exception
308: when hr_api.cannot_find_prog_unit then
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'CREATE_FINANCE_HEADER'
311: ,p_hook_type => 'BP'
312: );

Line 309: hr_api.cannot_find_prog_unit_error

305:
306: );
307: exception
308: when hr_api.cannot_find_prog_unit then
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'CREATE_FINANCE_HEADER'
311: ,p_hook_type => 'BP'
312: );
313: end;

Line 599: when hr_api.cannot_find_prog_unit then

595:
596:
597: );
598: exception
599: when hr_api.cannot_find_prog_unit then
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'CREATE_FINANCE_HEADER'
602: ,p_hook_type => 'AP'
603: );

Line 600: hr_api.cannot_find_prog_unit_error

596:
597: );
598: exception
599: when hr_api.cannot_find_prog_unit then
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'CREATE_FINANCE_HEADER'
602: ,p_hook_type => 'AP'
603: );
604: end;

Line 610: raise hr_api.validate_enabled;

606: --
607: -- When in validation only mode raise the Validate_Enabled exception
608: --
609: if p_validate then
610: raise hr_api.validate_enabled;
611: end if;
612: --
613: -- Set all output arguments
614: --

Line 621: when hr_api.validate_enabled then

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
624: -- we must rollback to the savepoint
625: --

Line 947: when hr_api.cannot_find_prog_unit then

943:
944:
945: );
946: exception
947: when hr_api.cannot_find_prog_unit then
948: hr_api.cannot_find_prog_unit_error
949: (p_module_name => 'UPDATE_FINANCE_HEADER'
950: ,p_hook_type => 'BP'
951: );

Line 948: hr_api.cannot_find_prog_unit_error

944:
945: );
946: exception
947: when hr_api.cannot_find_prog_unit then
948: hr_api.cannot_find_prog_unit_error
949: (p_module_name => 'UPDATE_FINANCE_HEADER'
950: ,p_hook_type => 'BP'
951: );
952: end;

Line 1237: when hr_api.cannot_find_prog_unit then

1233: ,p_effective_date => l_effective_date
1234:
1235: );
1236: exception
1237: when hr_api.cannot_find_prog_unit then
1238: hr_api.cannot_find_prog_unit_error
1239: (p_module_name => 'UPDATE_FINANCE_HEADER'
1240: ,p_hook_type => 'AP'
1241: );

Line 1238: hr_api.cannot_find_prog_unit_error

1234:
1235: );
1236: exception
1237: when hr_api.cannot_find_prog_unit then
1238: hr_api.cannot_find_prog_unit_error
1239: (p_module_name => 'UPDATE_FINANCE_HEADER'
1240: ,p_hook_type => 'AP'
1241: );
1242: end;

Line 1248: raise hr_api.validate_enabled;

1244: --
1245: -- When in validation only mode raise the Validate_Enabled exception
1246: --
1247: if p_validate then
1248: raise hr_api.validate_enabled;
1249: end if;
1250: --
1251: -- Set all output arguments
1252: --

Line 1255: when hr_api.validate_enabled then

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
1258: -- we must rollback to the savepoint
1259: --

Line 1313: when hr_api.cannot_find_prog_unit then

1309: (p_finance_header_id => p_finance_header_id
1310: ,p_object_version_number => p_object_version_number
1311: );
1312: exception
1313: when hr_api.cannot_find_prog_unit then
1314: hr_api.cannot_find_prog_unit_error
1315: (p_module_name => 'DELETE_FINANCE_HEADER'
1316: ,p_hook_type => 'BP'
1317: );

Line 1314: hr_api.cannot_find_prog_unit_error

1310: ,p_object_version_number => p_object_version_number
1311: );
1312: exception
1313: when hr_api.cannot_find_prog_unit then
1314: hr_api.cannot_find_prog_unit_error
1315: (p_module_name => 'DELETE_FINANCE_HEADER'
1316: ,p_hook_type => 'BP'
1317: );
1318: end;

Line 1339: when hr_api.cannot_find_prog_unit then

1335: (p_finance_header_id => p_finance_header_id
1336: ,p_object_version_number => p_object_version_number
1337: );
1338: exception
1339: when hr_api.cannot_find_prog_unit then
1340: hr_api.cannot_find_prog_unit_error
1341: (p_module_name => 'DELETE_FINANCE_HEADER'
1342: ,p_hook_type => 'AP'
1343: );

Line 1340: hr_api.cannot_find_prog_unit_error

1336: ,p_object_version_number => p_object_version_number
1337: );
1338: exception
1339: when hr_api.cannot_find_prog_unit then
1340: hr_api.cannot_find_prog_unit_error
1341: (p_module_name => 'DELETE_FINANCE_HEADER'
1342: ,p_hook_type => 'AP'
1343: );
1344: end;

Line 1350: raise hr_api.validate_enabled;

1346: --
1347: -- When in validation only mode raise the Validate_Enabled exception
1348: --
1349: if p_validate then
1350: raise hr_api.validate_enabled;
1351: end if;
1352: --
1353: -- Set all output arguments
1354: --

Line 1358: when hr_api.validate_enabled then

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
1361: -- we must rollback to the savepoint
1362: --