DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 87: subtype txdv_tbl_type is OKL_TXD_ASSETS_PUB.adpv_tbl_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;
91: subtype sidv_rec_type is OKL_SUPP_INVOICE_DTLS_PUB.sidv_rec_type;

Line 88: subtype txdv_rec_type is OKL_TXD_ASSETS_PUB.adpv_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;
91: subtype sidv_rec_type is OKL_SUPP_INVOICE_DTLS_PUB.sidv_rec_type;
92: subtype sidv_tbl_type is OKL_SUPP_INVOICE_DTLS_PUB.sidv_tbl_type;

Line 2111: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2107: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2108: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
2109: RAISE OKL_API.G_EXCEPTION_ERROR;
2110: END IF;
2111: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2112: p_api_version => p_api_version,
2113: p_init_msg_list => p_init_msg_list,
2114: x_return_status => x_return_status,
2115: x_msg_count => x_msg_count,

Line 2182: OKL_TXD_ASSETS_PUB.create_txd_asset_def(

2178: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2179: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
2180: RAISE OKL_API.G_EXCEPTION_ERROR;
2181: END IF;
2182: OKL_TXD_ASSETS_PUB.create_txd_asset_def(
2183: p_api_version => p_api_version,
2184: p_init_msg_list => p_init_msg_list,
2185: x_return_status => x_return_status,
2186: x_msg_count => x_msg_count,