DBA Data[Home] [Help]

APPS.OKL_VR_DOCUMENT_PVT dependencies on OKL_TRX_CONTRACTS_PUB

Line 181: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;

177:
178: l_msg_index_out NUMBER;
179: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
180: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;
181: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
182: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
183: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
184: l_trxL_out_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
185: l_acc_gen_primary_key_tbl Okl_Account_Generator_Pvt.primary_key_tbl;

Line 182: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;

178: l_msg_index_out NUMBER;
179: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
180: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;
181: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
182: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
183: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
184: l_trxL_out_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
185: l_acc_gen_primary_key_tbl Okl_Account_Generator_Pvt.primary_key_tbl;
186: l_meaning FND_LOOKUPS.meaning%TYPE;

Line 183: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;

179: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
180: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;
181: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
182: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
183: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
184: l_trxL_out_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
185: l_acc_gen_primary_key_tbl Okl_Account_Generator_Pvt.primary_key_tbl;
186: l_meaning FND_LOOKUPS.meaning%TYPE;
187: l_description FND_LOOKUPS.description%TYPE;

Line 184: l_trxL_out_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;

180: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;
181: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
182: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
183: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
184: l_trxL_out_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;
185: l_acc_gen_primary_key_tbl Okl_Account_Generator_Pvt.primary_key_tbl;
186: l_meaning FND_LOOKUPS.meaning%TYPE;
187: l_description FND_LOOKUPS.description%TYPE;
188:

Line 947: Okl_Trx_Contracts_Pub.create_trx_contracts(

943: l_trxL_in_tbl(1).amount := p_amount;
944: l_trxL_in_tbl(1).currency_code := OKL_VARIABLE_INTEREST_PVT.G_CURRENCY_CODE;
945:
946: OKL_VARIABLE_INTEREST_PVT.print_debug('Creating Contract Transaction.');
947: Okl_Trx_Contracts_Pub.create_trx_contracts(
948: p_api_version => l_api_version,
949: p_init_msg_list => p_init_msg_list,
950: x_return_status => x_return_status,
951: x_msg_count => x_msg_count,

Line 959: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Trx_Contracts_Pub.create_trx_contracts');

955: x_tcnv_rec => l_trxH_out_rec,
956: x_tclv_tbl => l_trxL_out_tbl);
957:
958: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
959: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Trx_Contracts_Pub.create_trx_contracts');
960: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
961: ELSIF (x_return_Status = Okl_Api.G_RET_STS_ERROR) THEN
962: OKL_VARIABLE_INTEREST_PVT.print_error_message('Error raised in call to Okl_Trx_Contracts_Pub.create_trx_contracts');
963: RAISE create_stream_invoice_failed;

Line 962: OKL_VARIABLE_INTEREST_PVT.print_error_message('Error raised in call to Okl_Trx_Contracts_Pub.create_trx_contracts');

958: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
959: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Trx_Contracts_Pub.create_trx_contracts');
960: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
961: ELSIF (x_return_Status = Okl_Api.G_RET_STS_ERROR) THEN
962: OKL_VARIABLE_INTEREST_PVT.print_error_message('Error raised in call to Okl_Trx_Contracts_Pub.create_trx_contracts');
963: RAISE create_stream_invoice_failed;
964: END IF;
965:
966: IF ((l_trxH_out_rec.id = OKL_API.G_MISS_NUM) OR

Line 1137: OKL_TRX_CONTRACTS_PUB.delete_trx_contracts(

1133: p_stmv_rec => lx_stmv_rec);
1134: END IF;
1135:
1136: IF (l_okl_trx_created = OKL_API.G_TRUE) THEN
1137: OKL_TRX_CONTRACTS_PUB.delete_trx_contracts(
1138: p_api_version => 1.0,
1139: p_init_msg_list => OKC_API.G_FALSE,
1140: x_return_status => x_return_status,
1141: x_msg_count => x_msg_count,

Line 1192: OKL_TRX_CONTRACTS_PUB.delete_trx_contracts(

1188: p_stmv_rec => lx_stmv_rec);
1189: END IF;
1190:
1191: IF (l_okl_trx_created = OKL_API.G_TRUE) THEN
1192: OKL_TRX_CONTRACTS_PUB.delete_trx_contracts(
1193: p_api_version => 1.0,
1194: p_init_msg_list => OKC_API.G_FALSE,
1195: x_return_status => x_return_status,
1196: x_msg_count => x_msg_count,