DBA Data[Home] [Help]

APPS.OKL_SETUPTQUALITYS_PVT dependencies on OKL_PTL_QUALITYS_PUB

Line 24: SUBTYPE ptqv_rec_type IS okl_ptl_qualitys_pub.ptqv_rec_type;

20: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPTQUALITYS_PVT';
21:
22: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
23:
24: SUBTYPE ptqv_rec_type IS okl_ptl_qualitys_pub.ptqv_rec_type;
25: SUBTYPE ptqv_tbl_type IS okl_ptl_qualitys_pub.ptqv_tbl_type;
26:
27: PROCEDURE get_rec (
28: p_ptqv_rec IN ptqv_rec_type,

Line 25: SUBTYPE ptqv_tbl_type IS okl_ptl_qualitys_pub.ptqv_tbl_type;

21:
22: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
23:
24: SUBTYPE ptqv_rec_type IS okl_ptl_qualitys_pub.ptqv_rec_type;
25: SUBTYPE ptqv_tbl_type IS okl_ptl_qualitys_pub.ptqv_tbl_type;
26:
27: PROCEDURE get_rec (
28: p_ptqv_rec IN ptqv_rec_type,
29: x_no_data_found OUT NOCOPY BOOLEAN,