DBA Data[Home] [Help]

APPS.OKL_SETUPOPERANDS_PVT dependencies on OKL_OPERANDS_PUB

Line 32: SUBTYPE opdv_rec_type IS okl_operands_pub.opdv_rec_type;

28: G_CONSTANT_TYPE CONSTANT VARCHAR2(10) := 'CNST';
29:
30: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
31:
32: SUBTYPE opdv_rec_type IS okl_operands_pub.opdv_rec_type;
33: SUBTYPE opdv_tbl_type IS okl_operands_pub.opdv_tbl_type;
34:
35: PROCEDURE get_rec(
36: p_opdv_rec IN opdv_rec_type,

Line 33: SUBTYPE opdv_tbl_type IS okl_operands_pub.opdv_tbl_type;

29:
30: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
31:
32: SUBTYPE opdv_rec_type IS okl_operands_pub.opdv_rec_type;
33: SUBTYPE opdv_tbl_type IS okl_operands_pub.opdv_tbl_type;
34:
35: PROCEDURE get_rec(
36: p_opdv_rec IN opdv_rec_type,
37: x_return_status OUT NOCOPY VARCHAR2,