Oracle EBS Integrated SOA Gateway is the
intrinsic part of Oracle E-Business Suite for service enablement. It provides
the capability of invoking Web services and allowing Web service clients to
make use of the services provided from Oracle E-Business Suite.
Oracle Integration Repository contains
numerous interface endpoints exposed by applications throughout the entire
Oracle E-Business Suite. It is not only an essential component within Oracle
E-Business Suite Integrated SOA Gateway, but also provides a complete catalog
of integration interfaces within Oracle E-Business Suite. You can use this tool
to easily discover and search on interfaces, regardless of custom or Oracle
seeded ones.
Major Features
- A unified
repository from which all integration interface types are exposed.
- Updates are
automated and documented.
- Catalog is
searchable on keywords and navigable by product family.
- A powerful user
interface to help you find the data you are looking for from the
repository.
- It supports
composite services containing a collection of native interfaces.
- It enforces
security rules to allow only authorized users to perform administrative
tasks such as generate and deploy Web services.
- It supports custom
integration interfaces.
Under the ‘Product Family’ view, Navigate to Human
Resources Suite > Payroll > HRMS element entry
Select Element Entry API to view details
Click on ‘Delete Element Entry’
It will give you information on what this API function
is about, its parameters, etc.
Description
This API deletes an existing
element entry and element entry values. The role of this process is to perform
a validated delete of an existing row in the pay_element_entries_f table of the
HR schema
Licensing
This API is licensed for use with Human Resources.
This API is licensed for use with Human Resources.
Prerequisites
The element entry must exist at the deletion date.
Post Success
The element entry and the element entry values will
have been deleted.
Post Failure
The element entry and element entry values will not
have been deleted and an error will be raised.
Parameters (IN)
P_VALIDATE
If true, then validation alone will be
performed and the database will remain unchanged. If false and all validation
checks pass, then the database will be modified.
P_DATETRACK_DELETE_MODE
Indicates which DateTrack mode to use
when deleting the record. You must set to either ZAP, DELETE, FUTURE_CHANGE or
DELETE_NEXT_CHANGE. Modes available for use with a particular record depend on
the dates of previous record changes and the effective date of this change.
P_EFFECTIVE_DATE
Determines when the DateTrack
operation comes into force.
P_ELEMENT_ENTRY_ID
The element entry to delete.
Parameters (IN & OUT)
P_OBJECT_VERSION_NUMBER
Pass in the current version number of
the element entry to be deleted. When the API completes if p_validate is false,
will be set to the new version number of the deleted element entry. If
p_validate is true will be set to the same value which was passed in.
Parameters (OUT)
P_EFFECTIVE_START_DATE
If p_validate is false, then set to
the effective start date for the deleted element entry row which now exists as
of the effective date. If p_validate is true or all row instances have been
deleted then set to null.
P_EFFECTIVE_END_DATE
If p_validate is false, then set to
the effective end date for the deleted element entry row which now exists as of
the effective date. If p_validate is true or all row instances have been
deleted then set to null.
P_DELETE_WARNING
Always set to null.
No comments:
Post a Comment