CV060-VC APVCV Report
CV060-VC APVCV Report
CV060-VC APVCV Report
VC APV/CV Report
Approvals:
VC Representative
Rowena M. Hocson
VC Functional Team Lead
VC APV/CV Report
Grace Ogena
FITC Project Manager
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Document Control
Change Record
Reviewers
Name Position
Distribution
2 Project Manager
NOTE to Holders:
If you receive an electronic copy of this document and you print this out, you should write
your name on the front cover ( for document control purposes).
If you receive a hard copy of the document, please write your name on the front cover (for
document control purposes).
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Contents
Document Control.......................................................................................................................ii
Conversion Assumptions............................................................................................................5
Scope....................................................................................................................................5
Approach.....................................................................................................................................6
Download Program Logic...........................................................................................................7
Upload Program Logic................................................................................................................8
Interface/Validation Program Logic...........................................................................................9
Validation Program Pseu-do code.......................................................................................9
Deployment Steps.....................................................................................................................10
Server.................................................................................................................................10
Applications.......................................................................................................................12
Closed Issues......................................................................................................................23
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Report Assumptions
The following are the VC APV/CV Report criteria assumptions:
1. RMRR Invoice Transactions were correctly tagged in the DFF (Analysis or
Unloading).
2. Upon successful completion of the report programs, the report in the form of PDF
files will be manually retrieved from view output in EBS system.
Scope
The following boundaries are specific for the VC APV/CV Report:
The report will be run manually as needed through concurrent program regardless of Payment
‘Accounted’ Status.
LOV for Check No parameter is dependent to the value entered in Bank Account parameters.
Enter only in Check No From parameters if you want to generate the report for a single payment. Enter
both Check No From/To parameters if you want to generate report in range.
Errors encountered during the processing of the report must be corrected and handled accordingly.
RMRR Invoice transaction should enter value in the DFF(RM/Analysis/Unloading)
Unloading and Analysis columns are for RMRR invoice transactions only. Columns will be blank for
regular invoice transaction.
There is no systemic lock on the number of times this report could be run.
In case of multiple pages, the following will be displayed in the report
o Logo, Supplier Details and AP Voucher columns will be displayed in all pages
o Journal Entry, Check Voucher, Footer data Prepared by, Verified by, Approved by and CV No.
will be displayed in last page
The report will not limit you from re-running the report.
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Approach
The Business user runs the custom report when it is needed (on demand) with the set of input parameters.
The input parameters for the invoice related receipts monitoring report will be by:
o Bank Account: LOV of bank accounts (Required field)
o Prepared by: LOV – list of VC employees (Defaulted to the username used in running the report)
Upon successful completion of the custom report the user will retrieve the PDF output of the
report manually from view output in EBS.
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
To download a copy of the concurrent program, run the script below in your home directory using Putty application -
To download the data definition, run the script below in your home directory using Putty application -
To download the template, run the script below in your home directory using Putty application -
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
To upload a copy of the concurrent program, run the script below in your home directory using Putty application –
To upload the data definition, run the script below in your home directory using Putty application –
To upload the template, run the script below in your home directory using Putty application –
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
VC APV/CV Report will select AP Invoices paid using a specific bank account whose check status is not Voided.
Then, selected AP Invoices will be displayed using the report template below.
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Deployment Steps
Server
Copy the report source file(.rdf) and report template(.rtf) to your home directory.
To download a copy of the concurrent program, run the script below in your home directory using Putty application -
To download the data definition, run the script below in your home directory using Putty application -
To download the template, run the script below in your home directory using Putty application -
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
To upload a copy of the concurrent program, run the script below in your home directory using Putty application –
To download the data definition, run the script below in your home directory using Putty application –
To download the template, run the script below in your home directory using Putty application –
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
-APPS_SHORT_NAME SQLAP \
-LOB_CODE XXAP_APVCV_VC \
-LANGUAGE en \
-TERRITORY US \
-XDO_FILE_TYPE RTF \
-NLS_LANG en \
-FILE_CONTENT_TYPE application/rtf \
-FILE_NAME XXAP_APVCV_VC.rtf \
-OWNER APPS \
-CUSTOM_MODE [FORCENOFORCE] FORCE \
-LOG_FILE XXAP_APVCV_VC_DLOG
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Applications
Create Value Sets
Navigation: Application>Validation>Set
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Edit Information:
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Table Name:
Table Columns:
Value
Name: p_bank_account_num
Type: Varchar2
Size: 50
Meaning
Name: p_bank_account_num
Type: Varchar2
Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Edit Information:
Table Name:
ap_checks
Table Columns:
Value
Name: check_number
Type: NUMBER
Size: 10
Meaning
Name: check_id
Type: check_id
Size: 10
ID
Name: check_id
Type: NUMBER
Size: 10
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Where/Order By:
bank_account_name || ' ' || bank_account_num = :
$FLEX$.XXAP_BANK_ACCOUNT_VC_VS and status_lookup_code <> 'VOIDED' order
by 1
Edit Information
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Table Name:
Table Columns:
Value: PAPF1.FULL_NAME
Type: Varchar2
Size:40
Meaning:NULL
Type:NULL
Size: NULL
ID: PAPF1.person_id
Type: NUMBER
Size: 25
Download Program LogicDownload Program Logic 20
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Where/Order By:
VC_APVCV_APPROVER_VS
Description: VC_APVCV_APPROVER_VS
Edit Information
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Table Columns:
Value: full_name
Type: Varchar2
Size: 40
Meaning: NULL
Type: NULL
Size: NULL
ID: papf2.person_id
Type: NUMBER
Size: 25
Where/Order By:
Download Program LogicDownload Program Logic 22
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
,hr.per_all_people_f papf1
ORDER BY papf2.full_name
Create Executables
Navigation:Concurrent>Program>Define
1. Executable: XXAP_APVCV_VC
Short Name: XXAP_APVCV_VC
Applications: Payables
Description: XXAP_APVCV_VC
Execution Method: Oracle Reports
Execution File Name: XXAP_APVCV_VC
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Navigation:Concurrent>Program>Define
1. VC APV/CV Report
Program: VC APV/CV Report
Short Name: XXAP_APVCV_VC
Application: Payables
Description: VC APV/CV Report
Executable: XXAP_APVCV_VC
Method: Oracle Reports
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Parameters:
Seq: 10
Parameter: Bank_Account
Description Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Seq: 20
Parameter: Check_No_From
Display Size: 10
Description Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Seq: 30
Parameter: Check_No_To
Description: Check No To
Display Size: 10
Description Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Seq: 40
Parameter: Prepared_By
Description: Prepared_By
Display Size: 30
Description Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Seq: 50
Parameter: Verified_By
Description: Verified_By
Display Size: 40
Description Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Seq: 60
Parameter: Approved_By
Description: Approved_By
Display Size: 40
Description Size: 50
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Request Group
Navigation: Security>Responsibility>Request
Application: Payables
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
FNDLOAD
FNDLOAD is an Oracle utility that allows for the transfer of a wide range of Oracle
Foundation (FND) data from one instance to the other. The loader reads a configuration file
(Loader Configuration File - LCT) to determine what data to access. It works by downloading
the data in the source instance into a text file (Loader Data Files - LDT file) that can then be
uploaded into target instances. FNDLOAD ensures consistent migration of the objects within
Oracle Applications.
Steps:
Create FNDLoad Scripts:
1. Open FNDLoad Concurrent Programs.xlsx
cd $home/ldt
Copy/Paste the generated values from the column ‘DOWNLOAD SCRIPT (FROM
SOURCE)’
Expected result:
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
In Unix:
cd $home/ldt
Copy/Paste the generated values from the column ‘UPLOAD SCRIPT TO DESTINATION’
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Expected Result:
All the Concurrent Programs, Executables and Value sets are created in the new instance.
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
Open Issues
Closed Issues
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found
File Ref: CV060-VC APVCV Report.docx Error: Reference source not foundError: Reference source not found