DBA Data[Home] [Help]

APPS.OKL_AM_VENDOR_RES_SHARE_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 723: lp_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

719:
720: l_add_params OKL_EXECUTE_FORMULA_PUB.ctxt_val_tbl_type;
721: lp_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
722: lx_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
723: lp_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
724: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
725: l_share_formula VARCHAR2(300);
726: l_request_id NUMBER;
727: l_program_application_id NUMBER;

Line 724: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

720: l_add_params OKL_EXECUTE_FORMULA_PUB.ctxt_val_tbl_type;
721: lp_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
722: lx_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
723: lp_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
724: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
725: l_share_formula VARCHAR2(300);
726: l_request_id NUMBER;
727: l_program_application_id NUMBER;
728: l_program_id NUMBER;

Line 1155: OKL_TXL_ASSETS_PUB.create_txl_asset_def(

1151: lp_tlpv_rec.original_cost := 0; -- needed for the TAPI
1152: lp_tlpv_rec.current_units := 1; -- needed for the TAPI
1153:
1154: -- insert record in txl lines table
1155: OKL_TXL_ASSETS_PUB.create_txl_asset_def(
1156: p_api_version => p_api_version,
1157: p_init_msg_list => OKL_API.G_FALSE,
1158: x_return_status => l_return_status,
1159: x_msg_count => x_msg_count,