DBA Data[Home] [Help]

APPS.LNS_LOAN_PUB dependencies on LNS_LOAN_CREATE_ERRORS_GT

Line 207: TYPE Loan_create_errors_type IS TABLE OF LNS_LOAN_CREATE_ERRORS_GT%ROWTYPE;

203: ,USSGL_TRANSACTION_CODE VARCHAR2(30) -- optional
204: );
205: type distribution_tbl is table of distribution_rec index by binary_integer;
206:
207: TYPE Loan_create_errors_type IS TABLE OF LNS_LOAN_CREATE_ERRORS_GT%ROWTYPE;
208:
209:
210: /*#
211: * Creates a loan

Line 265: | LNS_LOAN_CREATE_ERRORS_GT.

261: | successful.
262: | X_RETURN_STATUS - Returns 'S' for success and 'F' for Failure.
263: | X_MSG_COUNT - Returns number of Errors.The errors are inserted
264: | in the Global temporary table
265: | LNS_LOAN_CREATE_ERRORS_GT.
266: | KNOWN ISSUES
267: | None
268: |
269: | NOTES