PA AutoAccounting Functions

Description
Categories: BI Publisher
Imported from BI Publisher
Description: AutoAccounting Functions
Application: Projects
Source: IMP: AutoAccounting Functions (XML)
Short Name: PAXAAFTP_XML
DB package: PA_PAXAAFTP_XMLP_PKG
Run PA AutoAccounting Functions and other Oracle EBS reports with Blitz Report™ on our demo environment
select ft.application_id application_id2_a
,      ft.function_code function_code2_a
,      ft.function_transaction_code
,      ft.function_transaction_name
,      ft.description
,      e.meaning enabled
from fnd_lookups e
,    pa_function_transactions ft
where  ft.enabled_flag = e.lookup_code
and    e.lookup_type = 'YES_NO'
 and ft.application_id=:application_id
 and ft.function_code=:function_code
order by
        ft.function_transaction_code
,       ft.function_transaction_name
Parameter Name SQL text Validation
Function Name
 
LOV Oracle