0% found this document useful (0 votes)
297 views16 pages

How To Configure Customized Payslip On Employee Self Service

DIBEMPSSHRPAYSLIP Add function to DIBPL Employee Self Service Responsibility

Uploaded by

Adnan Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
297 views16 pages

How To Configure Customized Payslip On Employee Self Service

DIBEMPSSHRPAYSLIP Add function to DIBPL Employee Self Service Responsibility

Uploaded by

Adnan Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Table of Contents

No table of contents entries found.

1.
Basic Installation

How to configure customized payslip on Employee Self Service

1.
2. Go to Oracle Application Click on “About This Page”. (If “About this page” option is not shown,
then set your Profile “FND% Diagnostics” to “YES” at your user level.
3. Click on “About this page” and then click on Page Text.
4. Copy the path as shown above.

5. Connect to server with username and password.


6. Go to the copied path and copy the file on C:\ .

Databas /dib03/oracle/DR/fs1/inst/apps/DEV_hrs2khlndct0001/appl/fnd/12.0.0/secure/DEV.dbc
e
Function/ View Name List

Create below mentioned function and views.

create or replace function dib_convert_num_into_word

create or replace view dib_emp_payroll_details_v

create or replace force view apps.dib_emp_payroll_dates_v

Check data by running query

1. select * from apps.dib_emp_payroll_details_v WHERE


person_id = 1519 and EFFECTIVE_DATE = '31-JAN-2019'

2. select * from apps.dib_payroll_dates_v Where


assignment_id = 1519
JDeveloper Connection
DibEmpSshrPayslip

oracle.apps.per.DibEmpSshrPayslip
Create Data Definition:

Create Template : Need to attached DibEmpSshrPayslip


/dib03/oracle/DR/fs1/EBSapps/comn/java/classes/oracle/apps/per

Logon to putty

Username: applmgr

Password: applmgr

java oracle.jrad.tools.xml.importer.XMLImporter \
$JAVA_TOP/oracle/apps/per/DibEmpSshrPayslip/webui/ViewPG.xml \
-username apps -password dibapps \
-DBCONNECTION "(description=(address_list=(address=(protocol=tcp)\
(host=172.16.24.246)(port=1521)))(connect_data=(SERVICE_NAME= DEV)))" \
-rootdir $JAVA_TOP

java oracle.jrad.tools.xml.importer.XMLImporter \

$JAVA_TOP/oracle/apps/per/DibEmpSshrPayslip/webui/MainPG.xml \

-username apps -password dibapps \

-DBCONNECTION "(description=(address_list=(address=(protocol=tcp)\

(host=172.16.24.246)(port=1521)))(connect_data=(SERVICE_NAME= DEV)))" \

-rootdir $JAVA_TOP
Function : DIBEMPSSHRPAYSLIP

Add function to DIBPL Employee Self Service Responsibility

DIBPL Employee Self Service

You might also like