You are on page 1of 1

Integrator Name: Create New Expense Accounts

Internal Name: KLI_WEBADI_EXP_ACC


Application : Assets
-----------------------------
Interface Name : KLI_EXP_ACC
Interface Type : Table
Table Name : KLI_ASSET_TRANSFER_STG3
API Return :
-------------------------------
Layout Name : Create New Expense Accounts Layout

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

Function : KLI_ASS_TRAN_FUNC

User Funct Name : Asset Transfer

----------------------------
FUCNTION PARAMETER QUERY FOR FRONT END

bne:page=BneCreateDoc&bne:viewer=BNE:EXCEL2007&bne:reporting=N&bne:integrator=140:K
LI_WEBADI_TRANSFER_XINTG&bne:layout=140:CUSTOMWEBADIFORFAASSETSTRANSFE&bne:content=
140:KLI_WEBADI_TRANSFER_CNT1&bne:noreview=Y

--------------------------------
QUERY TO FIND DETAILS FOR FUCNTION PARAMETER FOR FRONT END

SELECT biv.application_id
,biv.integrator_code
,biv.user_name
,bib.interface_code,lo.LAYOUT_CODE
,(select user_name from BNE_LAYOUTS_TL where LAYOUT_CODE = lo.LAYOUT_CODE)
layoutname,
(select user_name from BNE_CONTENTS_TL where content_code =
cont.content_code) contentname,
cont.content_code,
cont.param_list_code,
cont.content_class,(SELECT QUERY FROM BNE_STORED_SQL WHERE CONTENT_CODE =
CONT.CONTENT_CODE)QUERY
FROM bne_integrators_vl biv
,bne_interfaces_b bib,
BNE_LAYOUTS_B lo,
BNE_CONTENTS_b cont
WHERE upper(user_name) like '%CUSTOM WEBADI FOR FA ASSETS TRANSFER%'
AND bib.integrator_code = biv.integrator_code
and lo.integrator_code = biv.integrator_code
and cont.integrator_code = biv.integrator_code
--------------------

You might also like