DBA Data[Home] [Help]

APPS.OKL_SETUPDQUALITYS_PVT dependencies on OKL_PDT_TEMPLATES_PUB

Line 25: SUBTYPE ptlv_rec_type IS okl_pdt_templates_pub.ptlv_rec_type;

21:
22: SUBTYPE pdqv_rec_type IS okl_pdt_pqys_pub.pdqv_rec_type;
23: SUBTYPE pdqv_tbl_type IS okl_pdt_pqys_pub.pdqv_tbl_type;
24:
25: SUBTYPE ptlv_rec_type IS okl_pdt_templates_pub.ptlv_rec_type;
26: SUBTYPE ptlv_tbl_type IS okl_pdt_templates_pub.ptlv_tbl_type;
27:
28: PROCEDURE get_rec (
29: p_pdqv_rec IN pdqv_rec_type,

Line 26: SUBTYPE ptlv_tbl_type IS okl_pdt_templates_pub.ptlv_tbl_type;

22: SUBTYPE pdqv_rec_type IS okl_pdt_pqys_pub.pdqv_rec_type;
23: SUBTYPE pdqv_tbl_type IS okl_pdt_pqys_pub.pdqv_tbl_type;
24:
25: SUBTYPE ptlv_rec_type IS okl_pdt_templates_pub.ptlv_rec_type;
26: SUBTYPE ptlv_tbl_type IS okl_pdt_templates_pub.ptlv_tbl_type;
27:
28: PROCEDURE get_rec (
29: p_pdqv_rec IN pdqv_rec_type,
30: x_no_data_found OUT NOCOPY BOOLEAN,