DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_AM_BTCH_EXP_LEASE_LOAN_PVT

Line 13781: -- : RMUNJULU 2730783 Use OKL_AM_BTCH_EXP_LEASE_LOAN_PVT.POP_ASSET_MSG_TBL

13777: -- : RMUNJULU 3061751 Changed code to create a termination
13778: -- trn even when request is NON BATCH and validation has failed
13779: -- : RMUNJULU 3061751 Changed l_return_status to l_validate in set_trn_rec
13780: -- setting the value for tmt_validated_yn properly
13781: -- : RMUNJULU 2730783 Use OKL_AM_BTCH_EXP_LEASE_LOAN_PVT.POP_ASSET_MSG_TBL
13782: -- instead of log_messages to set messages into the POP_ASSET_MSG_TBL
13783: -- of OKL_AM_BTCH_EXP_LEASE_LOAN_PVT which will be used in the output
13784: -- displayed from concurrent program
13785: -- : RMUNJULU 3018641 Added code to get and set TMG_RUN on OKL_TRX_MSGS

Line 13783: -- of OKL_AM_BTCH_EXP_LEASE_LOAN_PVT which will be used in the output

13779: -- : RMUNJULU 3061751 Changed l_return_status to l_validate in set_trn_rec
13780: -- setting the value for tmt_validated_yn properly
13781: -- : RMUNJULU 2730783 Use OKL_AM_BTCH_EXP_LEASE_LOAN_PVT.POP_ASSET_MSG_TBL
13782: -- instead of log_messages to set messages into the POP_ASSET_MSG_TBL
13783: -- of OKL_AM_BTCH_EXP_LEASE_LOAN_PVT which will be used in the output
13784: -- displayed from concurrent program
13785: -- : RMUNJULU 3018641 Added code to get and set TMG_RUN on OKL_TRX_MSGS
13786: -- : RMUNJULU 3018641 Added code to get and set TMG_RUN on OKL_TRX_MSGS in one more place
13787: -- : RMUNJULU CONTRACT BLOCKING : CHANGED CALL TO TERMINATE_LINES

Line 14391: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl; --log_messages;

14387: -- If batch process then log the messages from stack
14388: IF p_term_rec.p_control_flag LIKE 'BATCH%'
14389: THEN
14390: -- RMUNJULU 2730738 for proper output file
14391: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl; --log_messages;
14392: END IF;
14393:
14394: -- Store messages in TRX_MSGS
14395: IF (is_debug_statement_on)

Line 14512: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl;

14508:
14509: -- RMUNJULU 2730738 for proper output file
14510: IF p_term_rec.p_control_flag LIKE 'BATCH%'
14511: THEN
14512: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl;
14513: END IF;
14514:
14515: -- Save messages from stack into transaction message table
14516: IF (is_debug_statement_on)

Line 14754: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl; --log_messages;

14750: -- If batch process then log the messages from stack
14751: IF p_term_rec.p_control_flag LIKE 'BATCH%'
14752: THEN
14753: -- RMUNJULU 2730738 for proper output file
14754: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl; --log_messages;
14755: END IF;
14756:
14757: -- RMUNJULU 07-JAN-03 2736865 Added code to store messages and set stack to true
14758: -- Store messages in TRX_MSGS

Line 14884: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl;

14880:
14881: -- RMUNJULU 2730738 for proper output file
14882: IF p_term_rec.p_control_flag LIKE 'BATCH%'
14883: THEN
14884: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl;
14885: END IF;
14886:
14887: -- Save messages from stack into transaction message table
14888: IF (is_debug_statement_on)