DBA Data[Home] [Help]

APPS.OKC_CONDITION_EVAL_PUB dependencies on OKC_CONDITION_EVAL_PVT

Line 24: subtype id_tab_type is okc_condition_eval_pvt.id_tab_type;

20: subtype pdfv_rec_type is okc_pdf_pvt.pdfv_rec_type;
21: subtype pdfv_tbl_type is okc_pdf_pvt.pdfv_tbl_type;
22: subtype pdpv_rec_type is okc_pdp_pvt.pdpv_rec_type;
23: subtype pdpv_tbl_type is okc_pdp_pvt.pdpv_tbl_type;
24: subtype id_tab_type is okc_condition_eval_pvt.id_tab_type;
25: subtype exec_tab_type is okc_condition_eval_pvt.exec_tab_type;
26: subtype outcome_tab_type is okc_condition_eval_pvt.outcome_tab_type;
27:
28: ----------------------------------------------------------------------------------

Line 25: subtype exec_tab_type is okc_condition_eval_pvt.exec_tab_type;

21: subtype pdfv_tbl_type is okc_pdf_pvt.pdfv_tbl_type;
22: subtype pdpv_rec_type is okc_pdp_pvt.pdpv_rec_type;
23: subtype pdpv_tbl_type is okc_pdp_pvt.pdpv_tbl_type;
24: subtype id_tab_type is okc_condition_eval_pvt.id_tab_type;
25: subtype exec_tab_type is okc_condition_eval_pvt.exec_tab_type;
26: subtype outcome_tab_type is okc_condition_eval_pvt.outcome_tab_type;
27:
28: ----------------------------------------------------------------------------------
29: -- Global Variables

Line 26: subtype outcome_tab_type is okc_condition_eval_pvt.outcome_tab_type;

22: subtype pdpv_rec_type is okc_pdp_pvt.pdpv_rec_type;
23: subtype pdpv_tbl_type is okc_pdp_pvt.pdpv_tbl_type;
24: subtype id_tab_type is okc_condition_eval_pvt.id_tab_type;
25: subtype exec_tab_type is okc_condition_eval_pvt.exec_tab_type;
26: subtype outcome_tab_type is okc_condition_eval_pvt.outcome_tab_type;
27:
28: ----------------------------------------------------------------------------------
29: -- Global Variables
30: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_CONDITION_EVAL_PUB';