DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 85: subtype talv_rec_type is OKL_TXL_ASSETS_PUB.tlpv_rec_type;

81: subtype clev_rec_type is OKL_OKC_MIGRATION_PVT.clev_rec_type;
82: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;
83: subtype trxv_rec_type is OKL_TRX_ASSETS_PUB.thpv_rec_type;
84: subtype trxv_tbl_type is OKL_TRX_ASSETS_PUB.thpv_tbl_type;
85: subtype talv_rec_type is OKL_TXL_ASSETS_PUB.tlpv_rec_type;
86: subtype talv_tbl_type is OKL_TXL_ASSETS_PUB.tlpv_tbl_type;
87: subtype txdv_tbl_type is OKL_TXD_ASSETS_PUB.adpv_tbl_type;
88: subtype txdv_rec_type is OKL_TXD_ASSETS_PUB.adpv_rec_type;
89: subtype itiv_rec_type is OKL_TXL_ITM_INSTS_PUB.iipv_rec_type;

Line 86: subtype talv_tbl_type is OKL_TXL_ASSETS_PUB.tlpv_tbl_type;

82: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;
83: subtype trxv_rec_type is OKL_TRX_ASSETS_PUB.thpv_rec_type;
84: subtype trxv_tbl_type is OKL_TRX_ASSETS_PUB.thpv_tbl_type;
85: subtype talv_rec_type is OKL_TXL_ASSETS_PUB.tlpv_rec_type;
86: subtype talv_tbl_type is OKL_TXL_ASSETS_PUB.tlpv_tbl_type;
87: subtype txdv_tbl_type is OKL_TXD_ASSETS_PUB.adpv_tbl_type;
88: subtype txdv_rec_type is OKL_TXD_ASSETS_PUB.adpv_rec_type;
89: subtype itiv_rec_type is OKL_TXL_ITM_INSTS_PUB.iipv_rec_type;
90: subtype itiv_tbl_type is OKL_TXL_ITM_INSTS_PUB.iipv_tbl_type;

Line 2041: OKL_TXL_ASSETS_PUB.create_txl_asset_def(

2037: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2038: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
2039: RAISE OKL_API.G_EXCEPTION_ERROR;
2040: END IF;
2041: OKL_TXL_ASSETS_PUB.create_txl_asset_def(
2042: p_api_version => p_api_version,
2043: p_init_msg_list => p_init_msg_list,
2044: x_return_status => x_return_status,
2045: x_msg_count => x_msg_count,

Line 2695: OKL_TXL_ASSETS_PUB.create_txl_asset_def(

2691: END IF;
2692: END IF;
2693: -- evaluate conditions, build outcomes for true conditions and
2694: -- put them on outcome queue
2695: OKL_TXL_ASSETS_PUB.create_txl_asset_def(
2696: p_api_version => p_api_version,
2697: p_init_msg_list => p_init_msg_list,
2698: x_return_status => x_return_status,
2699: x_msg_count => x_msg_count,