HRMS package upload to SOA
Hi,
I am trying to upload a package to SOA gateway and publish it. It comes under the HRMS module.
But when uploading it to SOA, i have to specify the BUSINESS ENTITY and PRODUCT names for HRMS.
The code for field service module looks like this. Can anyone tell me the correct business entity and product name for HRMS. I want the business entity to be EMPLOYEE ABSENCE.
CREATE OR REPLACE PACKAGE XX_HR_LEAVE_ALL_DATA AS
/* $Header: $ */
/*#
* This package is the public interface for Complete HRMS Leave Data.
* @rep:scope public
* @rep:product csf
* @rep:displayname XX_HR_LEAVE_ALL_DATA
I am trying to upload a package to SOA gateway and publish it. It comes under the HRMS module.
But when uploading it to SOA, i have to specify the BUSINESS ENTITY and PRODUCT names for HRMS.
The code for field service module looks like this. Can anyone tell me the correct business entity and product name for HRMS. I want the business entity to be EMPLOYEE ABSENCE.
CREATE OR REPLACE PACKAGE XX_HR_LEAVE_ALL_DATA AS
/* $Header: $ */
/*#
* This package is the public interface for Complete HRMS Leave Data.
* @rep:scope public
* @rep:product csf
* @rep:displayname XX_HR_LEAVE_ALL_DATA
Tagged:
0