DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_AM_BTCH_EXP_LEASE_LOAN_PVT

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

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

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

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

Line 14392: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl; --log_messages;

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

Line 14513: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl;

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

Line 14755: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl; --log_messages;

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

Line 14885: okl_am_btch_exp_lease_loan_pvt.pop_asset_msg_tbl;

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