DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on DPP_LOG_PVT

Line 2343: l_txn_hdr_hist_rec dpp_log_pvt.dpp_cst_hdr_rec_type;

2339: l_commit VARCHAR2(30) := FND_API.G_FALSE;
2340: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_FULL;
2341: l_user_id NUMBER :=FND_PROFILE.VALUE('USER_ID');
2342:
2343: l_txn_hdr_hist_rec dpp_log_pvt.dpp_cst_hdr_rec_type;
2344: l_txn_hdr_rec dpp_log_pvt.dpp_cst_hdr_rec_type;
2345: BEGIN
2346: -- Initialize API return status to sucess
2347: x_return_status := fnd_api.g_ret_sts_success;

Line 2344: l_txn_hdr_rec dpp_log_pvt.dpp_cst_hdr_rec_type;

2340: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_FULL;
2341: l_user_id NUMBER :=FND_PROFILE.VALUE('USER_ID');
2342:
2343: l_txn_hdr_hist_rec dpp_log_pvt.dpp_cst_hdr_rec_type;
2344: l_txn_hdr_rec dpp_log_pvt.dpp_cst_hdr_rec_type;
2345: BEGIN
2346: -- Initialize API return status to sucess
2347: x_return_status := fnd_api.g_ret_sts_success;
2348:

Line 2408: dpp_log_pvt.insert_headerlog(

2404: l_txn_hdr_hist_rec.attribute30 := p_txn_header_rec_type.attribute30;
2405: l_txn_hdr_hist_rec.trx_currency := p_txn_header_rec_type.trx_currency;
2406: l_txn_hdr_rec :=l_txn_hdr_hist_rec;
2407: -- Log has Agreement Status, Headers has Transaction Status
2408: dpp_log_pvt.insert_headerlog(
2409: p_api_version => l_api_version
2410: ,p_init_msg_list => l_init_msg_list
2411: ,p_commit => l_commit
2412: ,p_validation_level => l_validation_level

Line 2457: l_txn_line_hist_tbl dpp_log_pvt.dpp_txn_line_tbl_type;

2453: l_init_msg_list VARCHAR2(30) := FND_API.G_FALSE;
2454: l_commit VARCHAR2(30) := FND_API.G_FALSE;
2455: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_FULL;
2456:
2457: l_txn_line_hist_tbl dpp_log_pvt.dpp_txn_line_tbl_type;
2458: BEGIN
2459: --SAVEPOINT DPP_Update_LinesLog;
2460: -- Initialize API return status to sucess
2461: x_return_status := fnd_api.g_ret_sts_success;

Line 2542: dpp_log_pvt.Insert_LinesLog(

2538:
2539: END LOOP;--FOR i in p_txn_lines_tbl_type.FIRST..p_txn_lines_tbl_type.LAST
2540:
2541:
2542: dpp_log_pvt.Insert_LinesLog(
2543: p_api_version => l_api_version
2544: ,p_init_msg_list => l_init_msg_list
2545: ,p_commit => l_commit
2546: ,p_validation_level => l_validation_level

Line 2746: l_txn_hdr_hist_rec dpp_log_pvt.dpp_cst_hdr_rec_type;

2742:
2743: l_txn_lines_tbl_type txn_lines_tbl;
2744: l_ins_txn_line_tbl txn_lines_tbl;
2745: l_upd_txn_line_tbl txn_lines_tbl;
2746: l_txn_hdr_hist_rec dpp_log_pvt.dpp_cst_hdr_rec_type;
2747: l_txn_line_hist_tbl dpp_log_pvt.dpp_txn_line_tbl_type;
2748: l_concatenated_error_message VARCHAR2(4000);
2749: l_msg_data VARCHAR2(200);
2750:

Line 2747: l_txn_line_hist_tbl dpp_log_pvt.dpp_txn_line_tbl_type;

2743: l_txn_lines_tbl_type txn_lines_tbl;
2744: l_ins_txn_line_tbl txn_lines_tbl;
2745: l_upd_txn_line_tbl txn_lines_tbl;
2746: l_txn_hdr_hist_rec dpp_log_pvt.dpp_cst_hdr_rec_type;
2747: l_txn_line_hist_tbl dpp_log_pvt.dpp_txn_line_tbl_type;
2748: l_concatenated_error_message VARCHAR2(4000);
2749: l_msg_data VARCHAR2(200);
2750:
2751: --Cursor to fetch header information from interface table