DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 83: subtype trxv_rec_type is OKL_TRX_ASSETS_PUB.thpv_rec_type;

79: -------------------------------------------------------------------------------------------------
80: subtype cimv_rec_type is OKL_OKC_MIGRATION_PVT.cimv_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;

Line 84: subtype trxv_tbl_type is OKL_TRX_ASSETS_PUB.thpv_tbl_type;

80: subtype cimv_rec_type is OKL_OKC_MIGRATION_PVT.cimv_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;

Line 1900: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

1896: RAISE OKL_API.G_EXCEPTION_ERROR;
1897: END IF;
1898: -- evaluate conditions, build outcomes for true conditions and
1899: -- put them on outcome queue
1900: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
1901: p_api_version => p_api_version,
1902: p_init_msg_list => p_init_msg_list,
1903: x_return_status => x_return_status,
1904: x_msg_count => x_msg_count,

Line 1971: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1967: RAISE OKL_API.G_EXCEPTION_ERROR;
1968: END IF;
1969: -- evaluate conditions, build outcomes for true conditions and
1970: -- put them on outcome queue
1971: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1972: p_api_version => p_api_version,
1973: p_init_msg_list => p_init_msg_list,
1974: x_return_status => x_return_status,
1975: x_msg_count => x_msg_count,