DBA Data[Home] [Help]

APPS.OKL_SETUPFORMULAE_PUB dependencies on OKL_SETUPFORMULAE_PVT

Line 14: SUBTYPE fmav_rec_type IS okl_setupformulae_pvt.fmav_rec_type;

10:
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;
12: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPFORMULAE_PUB';
13:
14: SUBTYPE fmav_rec_type IS okl_setupformulae_pvt.fmav_rec_type;
15: SUBTYPE fmav_tbl_type IS okl_setupformulae_pvt.fmav_tbl_type;
16:
17: PROCEDURE get_rec(
18: p_fmav_rec IN fmav_rec_type,

Line 15: SUBTYPE fmav_tbl_type IS okl_setupformulae_pvt.fmav_tbl_type;

11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;
12: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPFORMULAE_PUB';
13:
14: SUBTYPE fmav_rec_type IS okl_setupformulae_pvt.fmav_rec_type;
15: SUBTYPE fmav_tbl_type IS okl_setupformulae_pvt.fmav_tbl_type;
16:
17: PROCEDURE get_rec(
18: p_fmav_rec IN fmav_rec_type,
19: x_return_status OUT NOCOPY VARCHAR2,