DBA Data[Home] [Help]

APPS.OKL_REMARKETING_COSTS_PUB dependencies on OKL_RFC_PVT

Line 6: subtype rfcv_rec_type is okl_rfc_pvt.rfcv_rec_type;

2: /* $Header: OKLPRFCS.pls 120.2 2007/10/23 08:33:22 abhsaxen ship $ */
3:
4:
5:
6: subtype rfcv_rec_type is okl_rfc_pvt.rfcv_rec_type;
7: subtype rfcv_tbl_type is okl_rfc_pvt.rfcv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_REMARKETING_COSTS_PUB';

Line 7: subtype rfcv_tbl_type is okl_rfc_pvt.rfcv_tbl_type;

3:
4:
5:
6: subtype rfcv_rec_type is okl_rfc_pvt.rfcv_rec_type;
7: subtype rfcv_tbl_type is okl_rfc_pvt.rfcv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_REMARKETING_COSTS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;