0% found this document useful (2 votes)
549 views3 pages

Format Payment Log

The document describes a payment formatting and extraction process. It logs the steps of setting parameters, loading a payment profile, and attempting to create an extract, but encounters an error when trying to extend a database table. It provides details on the error and parameters being passed to functions.

Uploaded by

deepakram45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (2 votes)
549 views3 pages

Format Payment Log

The document describes a payment formatting and extraction process. It logs the steps of setting parameters, loading a payment profile, and attempting to create an extract, but encounters an error when trying to extend a database table. It provides details on the error and parameters being passed to functions.

Uploaded by

deepakram45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

+---------------------------------------------------------------------------+

Payments: Version : 12.0.0


Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
IBY_FD_PAYMENT_FORMAT module: Format Payment Instructions
+---------------------------------------------------------------------------+
Current system time is 21-JUL-2015 01:03:08
+---------------------------------------------------------------------------+
FDExtractAndFormatting->runProgram():TEST
RequestId:(TEST)86940130
Start time:(TEST) Tue Jul 21 01:03:15 CDT 2015
Before calling OraPmt.init()::(TEST)
After calling OraPmt.init()
Before setparams - m_instructionID : null
FDExtractAndFormatting->Setting Parameters
Enter: iby.scheduler.FDExtractAndFormatting.setParameters()
Param name: InstructionReferenceNumber value: 54809
Param name: ReprintFlag, value: N
FDExtractAndFormatting->Set Parameters ...
After setparams - m_instructionID : 54809
Enter: iby.scheduler.FDExtractAndFormatting.lockInstruction()
Executing BEGIN IBY_DISBURSE_UI_API_PUB_PKG.lock_pmt_entity(:1, :2, :3, :4); END
;
Successfully executed PL/SQL.
Exit: iby.scheduler.FDExtractAndFormatting.lockInstruction()
After lockInstruction()
Before runmainlogic - m_instructionID : 54809
Enter: iby.scheduler.FDExtractAndFormatting.runMainLogic()
Enter: Tue Jul 21 01:03:16 CDT 2015
Before load FD profile - m_instructionID : 54809
After load FD profile - m_instructionID : 54809
Enter: iby.payment.FundDisbursementProfile.load
Preparing to load profile. instructionID := 54809
Found profile. parsing records.
Done parsing. Instruction records : FundDisbursementProfile{instructionID:=54809
,instruction_status:=CREATED,instruction process_type:=STANDARD,processing_type:
=ELECTRONIC,electronic_processing_channel:=IBY,transmit_immediate_flag:=N,print_
immediate_flag:=N,printer_name:=null,payment_format:=Format{formatCode:=IBY_PAY_
CHK_STANDARD_1,formatType:=OUTBOUND_PAYMENT_INSTRUCTION,templateCode:=IBYDC_STD1
,defaultOutputType:=null,locale:=en_00,extract:=Extract{extractCode:=IBY_FD_PAYM
ENT_INSTRUCTION,extractVersion:=1}} ,transmit_configuration:=null ,default_outpu
t_type:=null }
Exit: iby.payment.FundDisbursementProfile.load
Payment process profile successfully loaded.
While buildingoutput - m_instructionID : 54809
Enter: iby.scheduler.FDExtractAndFormatting.doExtractAndFormat()
Enter Timestamp: Tue Jul 21 01:03:16 CDT 2015
Before buildingoutput - m_instructionID : 54809
Enter: iby.scheduler.FDFormatProgramUtils.doExtractAndFormatCommon()
Enter Timestamp: Tue Jul 21 01:03:16 CDT 2015
Parameters passed in:
pay_instrid: 54809
format: Format{formatCode:=IBY_PAY_CHK_STANDARD_1,formatType:=OUTBOUND_PAYMENT_I
NSTRUCTION,templateCode:=IBYDC_STD1,defaultOutputType:=null,locale:=en_00,extrac
t:=Extract{extractCode:=IBY_FD_PAYMENT_INSTRUCTION,extractVersion:=1}}
saveExtract: true

extract_type: FD_PAYMENT_PMTINSTR
param: N
elecChannel: IBY
locale: en_US
Fetching extract. Timestamp: Tue Jul 21 01:03:16 CDT 2015
After fetching extract, doc is null: Timestamp: Tue Jul 21 01:03:16 CDT 2015
After extract call args, before create extract. Timestamp: Tue Jul 21 01:03:16
CDT 2015
End. Timestamp: Tue Jul 21 01:03:16 CDT 2015
End doExtractAndFormatCore Timestamp: Tue Jul 21 01:03:16 CDT 2015
No extract has been previously created. Create extract.Timestamp: Tue Jul 21 01:
03:16 CDT 2015
java.sql.SQLException: ORA-01653: unable to extend table IBY.IBY_TRXN_DOCUMENTS
by 8192 in tablespace APPS_TS_TX_DATA
ORA-06512: at "APPS.IBY_EXTRACTGEN_PVT", line 380
ORA-06512: at line 1
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.
java:202)
at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableSta
tement.java:1005)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1307)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrep
aredStatement.java:3449)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStat
ement.java:3550)
at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStat
ement.java:4710)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePrepa
redStatementWrapper.java:1374)
at oracle.apps.iby.engine.ExtractGenerator.createExtract(ExtractGenerato
r.java:85)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doExtractAndFormatCore
(FDFormatProgramUtils.java:258)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doExtractAndFormatComm
on(FDFormatProgramUtils.java:234)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doPmtInstrExtractAndFo
rmat(FDFormatProgramUtils.java:90)
at oracle.apps.iby.scheduler.FDExtractAndFormatting.doExtractAndFormat(F
DExtractAndFormatting.java:456)
at oracle.apps.iby.scheduler.FDExtractAndFormatting.runMainLogic(FDExtra
ctAndFormatting.java:278)
at oracle.apps.iby.scheduler.FDExtractAndFormatting.runProgram(FDExtract
AndFormatting.java:159)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
oracle.apps.iby.exception.DatabaseException: SQLException occurred: ORA-01653: u
nable to extend table IBY.IBY_TRXN_DOCUMENTS by 8192 in tablespace APPS_TS_TX_DA
TA
ORA-06512: at "APPS.IBY_EXTRACTGEN_PVT", line 380
ORA-06512: at line 1

at oracle.apps.iby.database.DBWrapper.raiseDBException(DBWrapper.java:20
8)
at oracle.apps.iby.database.DBWrapper.raiseDBException(DBWrapper.java:21
8)
at oracle.apps.iby.engine.ExtractGenerator.createExtract(ExtractGenerato
r.java:89)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doExtractAndFormatCore
(FDFormatProgramUtils.java:258)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doExtractAndFormatComm
on(FDFormatProgramUtils.java:234)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doPmtInstrExtractAndFo
rmat(FDFormatProgramUtils.java:90)
at oracle.apps.iby.scheduler.FDExtractAndFormatting.doExtractAndFormat(F
DExtractAndFormatting.java:456)
at oracle.apps.iby.scheduler.FDExtractAndFormatting.runMainLogic(FDExtra
ctAndFormatting.java:278)
at oracle.apps.iby.scheduler.FDExtractAndFormatting.runProgram(FDExtract
AndFormatting.java:159)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
SQLException occurred: ORA-01653: unable to extend table IBY.IBY_TRXN_DOCUMENTS
by 8192 in tablespace APPS_TS_TX_DATA
ORA-06512: at "APPS.IBY_EXTRACTGEN_PVT", line 380
ORA-06512: at line 1
An error occurred. Roll back any changes.
Done roll back changes.
Request completed in error.
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
Enter:TIMESTAMP:: IBY_EXTRACTGEN_PVT.Create_Extract:: 21-JUL-15 01.03.16.6356110
00 AM -05:00
Enter:TIMESTAMP::Extract(6 params) ::21-JUL-15 01.03.16.664055000 AM -05:00
Enter:TIMESTAMP::iby.plsql.IBY_FD_EXTRACT_GEN_PVT.Create_Extract_1_0:: 21-JUL-15
01.03.16.664549000 AM -05:00
Enter:TIMESTAMP:: ExtractMainiby.plsql.IBY_FD_EXTRACT_GEN_PVT.Create_Extract_1_0
:: 21-JUL-15 01.03.16.664595000 AM -05:00
Enter Get_Ins_PayerInstrAgg -Timestamp:21-JUL-15 01.03.17.757772000 AM -05:00
Exit Get_Ins_PayerInstrAgg -Timestamp:21-JUL-15 01.03.18.832132000 AM -05:00
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
No completion options were requested.
Output file size:
0
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 21-JUL-2015 01:03:19
+---------------------------------------------------------------------------+

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy