Need help with Voucher Load Process...
i need some help with Voucher upload Process using File Layout.
We have a custom App Engine Process which reads aflat file and loads into Voucher staging Tables.
I have simple File Layout which Reads a Flat File and Loads into Voucher staging Tables:
VCHR_HDR_STG ,
VCHR_LINE_STG
VCHR_DIST_STG .
( VCHR_HDR_STG ==> VCHR_LINE_STG ==> VCHR_DIST_STG )
It is a simple File Laout reading the File and loding the Staging tables.
The Problem we are facing is when we run this Process it is loading on ly the Header Records, it is not loading the Line Records. I am able to preview the Data in the File Layout.