Lucas Technical Specifications To: Report To Show All The Cleared Invoices Sorted by Invoice Groups
Lucas Technical Specifications To: Report To Show All The Cleared Invoices Sorted by Invoice Groups
LUCAS
Technical Specifications to
Report to show all the cleared
Invoices sorted by Invoice
Groups
Last Updated :
Last Updated By :
Version :
Approvals
Overview ……………………….….3
Assumptions ……………………….….4
Overview
The purpose of this deliverable is to document the Techanical
requirements for Report to show all the Payables Cleared Invoices to be
sorted by Invoice Groups.Below is an overview of how the Cleared Invoices
Report has to be done.
Using the Concurrent Request, run this report ,Invoice details in the
Base tables which in turn is reflected and the total Information is given in the
Report. This Report program runs periodically as per the requierments.
Assumptions
This specification document assumes that the following statements are true:
Tables:
1. AP_INVOICES_ALL
2. AP_INVOICE_PAYMENTS_ALL
3. FND_USER
4. AP_TERMS_TL
5. PO_VENDORS
6. PO_VENDOR_SITES_ALL
7. HR_OPERATING_UNITS
8. PER_PEOPLE_F
Column
AP_INVOICES_ALL
Invoice Number
Invoice Type
Invoice Number
Invoice Currency
Payment Status Flag
Pay Group Lookup Code
Invoice Type Lookup Code
. AP_INVOICE_PAYMENTS_ALL
Check ID
Bank Account Number
Accounting Date
FND_USER
Created_by
AP_TERMS_TL
Name (Payment Terms).
Payment Description
PO_VENDORS
Vendor Name
PO_VENDOR_SITES_ALL
Ship-to-Location
Bill-to-Location
HR_OPERATING_UNITS
Organization Name
PER_PEOPLE_F
Employee
Property Value
Application lucas
Subroutine Name
Property Value
Application LUCAS
Incompatibility <No>
Parameters
Value Sets Token
Org Name
Org Name Org Name
From Date
Date Date
To Date
Date Date
Concurrent programs
Name :
PL/SQL packages
Filenames :
Loader scripts
Filename : None
Profile options
Indexes
Index name :
Filename :
Oracle Reports:
User Procedures
aps.INVOICE_TYPE_LOOKUP_CODE invoice_type,
aps.invoice_num,aps.INVOICE_AMOUNT,
DECODE(aps.PAYMENT_STATUS_FLAG,'N','UNPAID','Y','PAID')
PAYMENT_STATUS,
aps.INVOICE_CURRENCY_CODE INVOICE_CURRENCY,
aps.PAYMENT_CURRENCY_CODE PAYMENT_CURRENCY,
aps.ORG_ID,
aps.invoice_date ,
AIP.CHECK_ID CHECK_NUM,
AIP.BANK_ACCOUNT_NUM,
AIP.ACCOUNTING_DATE,
TRS.NAME PAYMENT_TERMS,
TRS.DESCRIPTION PAYMENT_DESCRIPTION,
pos.vendor_name supplier_name,
HRS.NAME ORG_NAME,
PO.PO_VENDOR_SITES_ALL POV
where AIP.INVOICE_ID=APS.INVOICE_ID
and APS.TERMS_ID=TRS.TERM_ID
and pos.vendor_id=aps.vendor_id
AND APS.ORG_ID=HRS.ORGANIZATION_ID
and pov.VENDOR_SITE_ID=aps.VENDOR_SITE_ID
and PAYMENT_STATUS_FLAG='Y'
AND aps.org_id=:ORG_ID
MD 060 Name: - 10 -
MD 060 Technical Specifications Confidential
1. Data Model :
MD 060 Name: - 11 -
MD 060 Technical Specifications Confidential
MD 060 Name: - 12 -
MD 060 Technical Specifications Confidential
Layout Model :
MD 060 Name: - 13 -
MD 060 Technical Specifications Confidential
This columns are added to generate the Total amount for the
Invoice amount
MD 060 Name: - 14 -
MD 060 Technical Specifications Confidential
MD 060 Name: - 15 -
MD 060 Technical Specifications Confidential
Open/Closed Issues
Open issues
Closed issues
MD 060 Name: - 16 -