You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

what is the joining of Gl to Fixed Asset

edited May 16, 2024 7:15AM in Assets 3 comments

Summary:

here i just needed to add up asset number which is missing on some dr+cr entries in XLA tables that is must for every entered entry.

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

select gjh.je_header_id
,glb.name JournalBATCHNumber
,gjh.name Journal_name
,gjh.description
, case when gjh.status = 'P' then 'Yes' else 'No' END "ISPOSTED"
,gjh.JE_SOURCE ACCOUNTTYPE
,gjh.JE_CATEGORY TRANSACTIONTYPE
--, XEP.NAME LEGAL_EMP
, gjh.CURRENCY_CODE CURRENCYCODE
, gjl.je_line_num LINENUMBER

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!