DBA Data[Home] [Help]

APPS.OTA_FINANCE_LINE_API dependencies on HR_API

Line 175: when hr_api.cannot_find_prog_unit then

171: P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
172:
173: );
174: exception
175: when hr_api.cannot_find_prog_unit then
176: hr_api.cannot_find_prog_unit_error
177: (p_module_name => 'CREATE_FINANCE_LINE'
178: ,p_hook_type => 'BP'
179: );

Line 176: hr_api.cannot_find_prog_unit_error

172:
173: );
174: exception
175: when hr_api.cannot_find_prog_unit then
176: hr_api.cannot_find_prog_unit_error
177: (p_module_name => 'CREATE_FINANCE_LINE'
178: ,p_hook_type => 'BP'
179: );
180: end;

Line 326: when hr_api.cannot_find_prog_unit then

322: P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
323:
324: );
325: exception
326: when hr_api.cannot_find_prog_unit then
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'CREATE_FINANCE_LINE'
329: ,p_hook_type => 'AP'
330: );

Line 327: hr_api.cannot_find_prog_unit_error

323:
324: );
325: exception
326: when hr_api.cannot_find_prog_unit then
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'CREATE_FINANCE_LINE'
329: ,p_hook_type => 'AP'
330: );
331: end;

Line 337: raise hr_api.validate_enabled;

333: --
334: -- When in validation only mode raise the Validate_Enabled exception
335: --
336: if p_validate then
337: raise hr_api.validate_enabled;
338: end if;
339: --
340: -- Set all output arguments
341: --

Line 348: when hr_api.validate_enabled then

344:
345:
346: hr_utility.set_location(' Leaving:'||l_proc, 70);
347: exception
348: when hr_api.validate_enabled then
349: --
350: -- As the Validate_Enabled exception has been raised
351: -- we must rollback to the savepoint
352: --

Line 540: when hr_api.cannot_find_prog_unit then

536: P_TFL_INFORMATION20 => P_TFL_INFORMATION20,
537: P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
538: );
539: exception
540: when hr_api.cannot_find_prog_unit then
541: hr_api.cannot_find_prog_unit_error
542: (p_module_name => 'UPDATE_FINANCE_LINE'
543: ,p_hook_type => 'BP'
544: );

Line 541: hr_api.cannot_find_prog_unit_error

537: P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
538: );
539: exception
540: when hr_api.cannot_find_prog_unit then
541: hr_api.cannot_find_prog_unit_error
542: (p_module_name => 'UPDATE_FINANCE_LINE'
543: ,p_hook_type => 'BP'
544: );
545: end;

Line 690: when hr_api.cannot_find_prog_unit then

686: P_TFL_INFORMATION20 => P_TFL_INFORMATION20,
687: P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
688: );
689: exception
690: when hr_api.cannot_find_prog_unit then
691: hr_api.cannot_find_prog_unit_error
692: (p_module_name => 'UPDATE_FINANCE_LINE'
693: ,p_hook_type => 'AP'
694: );

Line 691: hr_api.cannot_find_prog_unit_error

687: P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
688: );
689: exception
690: when hr_api.cannot_find_prog_unit then
691: hr_api.cannot_find_prog_unit_error
692: (p_module_name => 'UPDATE_FINANCE_LINE'
693: ,p_hook_type => 'AP'
694: );
695: end;

Line 701: raise hr_api.validate_enabled;

697: --
698: -- When in validation only mode raise the Validate_Enabled exception
699: --
700: if p_validate then
701: raise hr_api.validate_enabled;
702: end if;
703: --
704: -- Set all output arguments
705: --

Line 708: when hr_api.validate_enabled then

704: -- Set all output arguments
705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 70);
707: exception
708: when hr_api.validate_enabled then
709: --
710: -- As the Validate_Enabled exception has been raised
711: -- we must rollback to the savepoint
712: --

Line 766: when hr_api.cannot_find_prog_unit then

762: (p_finance_line_id => p_finance_line_id
763: ,p_object_version_number => p_object_version_number
764: );
765: exception
766: when hr_api.cannot_find_prog_unit then
767: hr_api.cannot_find_prog_unit_error
768: (p_module_name => 'DELETE_FINANCE_LINE'
769: ,p_hook_type => 'BP'
770: );

Line 767: hr_api.cannot_find_prog_unit_error

763: ,p_object_version_number => p_object_version_number
764: );
765: exception
766: when hr_api.cannot_find_prog_unit then
767: hr_api.cannot_find_prog_unit_error
768: (p_module_name => 'DELETE_FINANCE_LINE'
769: ,p_hook_type => 'BP'
770: );
771: end;

Line 792: when hr_api.cannot_find_prog_unit then

788: (p_finance_line_id => p_finance_line_id
789: ,p_object_version_number => p_object_version_number
790: );
791: exception
792: when hr_api.cannot_find_prog_unit then
793: hr_api.cannot_find_prog_unit_error
794: (p_module_name => 'DELETE_FINANCE_LINE'
795: ,p_hook_type => 'AP'
796: );

Line 793: hr_api.cannot_find_prog_unit_error

789: ,p_object_version_number => p_object_version_number
790: );
791: exception
792: when hr_api.cannot_find_prog_unit then
793: hr_api.cannot_find_prog_unit_error
794: (p_module_name => 'DELETE_FINANCE_LINE'
795: ,p_hook_type => 'AP'
796: );
797: end;

Line 803: raise hr_api.validate_enabled;

799: --
800: -- When in validation only mode raise the Validate_Enabled exception
801: --
802: if p_validate then
803: raise hr_api.validate_enabled;
804: end if;
805: --
806: -- Set all output arguments
807: --

Line 811: when hr_api.validate_enabled then

807: --
808: --
809: hr_utility.set_location(' Leaving:'||l_proc, 170);
810: exception
811: when hr_api.validate_enabled then
812: --
813: -- As the Validate_Enabled exception has been raised
814: -- we must rollback to the savepoint
815: --