Sie sind auf Seite 1von 2

===================================================================================

===
Readme Document for Uploading GST diagnostics
===================================================================================
===
Patch - -
Date - 15-APR-2017
Product - Oracle Financials for India
Release - R12
Platform - Generic Platform
By - AllahBaksh

==============================================================================
Patch Description
==============================================================================
Problem Description

Old Behavior
-------------
1. India Localization Diagnostic Scripts output generated in '.txt' format.
2. No mechanism to identify any potential data corrpution cases for a given
transaction

New Behavior
-------------
1. Diagnostics output generated in HTML format.
2. "India Localization : GST Diagnostics" script registered as a Concurrent
Program.
3. Usage of a Single Concurrent program (India Localization : GST Diagnostics) to
fetch diagnostics data pertaining to the transactions
of the India Localization modules IL PO, IL AP, IL OM, IL AR.

SQL Running Steps


--------------------------

This patch contains the following files to be applied.

1. ILGSTDIAGNOS.ldt

ldt script can be applied by using the following command:

FNDLOAD apps/<appspw> 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct


<ldtfilename> CUSTOM_MODE=FORCE
Ex: FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct
ILGSTDIAGNOS.ldt CUSTOM_MODE=FORCE

2. Compile the below files in the given order.


a. jai_gst_dgeneral_pkg.pls
b. jai_gst_dgeneral_pkg.plb
c. jai_gst_diagnostic_pkg.pls
d. jai_gst_diagnostic_pkg.plb

Apply the above mentioned sql files in APPS Schema in the above mentioned order.

Please refer to the document "How to Register India Localization Applications


Diagnostics.docx" for registering the concurrent program.

Patch applicable only when a particular application installed:


--------------------------
Oracle Financials for India

Pre-patch application steps


-----------------------------

No Pre requitise Patch Required .

Post-patch application Steps


----------------------------

1. Ensure that the Concurrent "India Localization : GST Diagnostics" got created
2. Package specification and body of the below mentioned Objects should get created
in valid Status
jai_gst_dgeneral_pkg
jai_gst_diagnostic_pkg

3.If executed from SqlPlus then the Html output will be stored in below location

SELECT DECODE (INSTR (VALUE, ','),


0, VALUE,
SUBSTR (VALUE, 1, INSTR (VALUE, ',') - 1)
)
FROM v$parameter
WHERE NAME = 'utl_file_dir';

( UTL Directory path details fetched as per the Query mentioned should have read
and Write Permissions).

4.Ensure the Below Query Returns Value after Deploying the Files
SELECT status
FROM all_objects
WHERE object_name IN ('JAI_GST_DGENERAL_PKG', 'JAI_GST_DIAGNOSTIC_PKG')
AND status = 'VALID';

5. Refer to the Document "How to Register India Localization Applications


Diagnostics" (of the file:IL_Diagnos.zip) for the screenshots related to the
Concurrent program registration.

In case of any error Encountered or the objects not created successfully, Please
Contact Oracle Support with relevant details.

Das könnte Ihnen auch gefallen