DBA Data[Home] [Help]

APPS.OKC_CONDITION_EVAL_PVT dependencies on OKC_PROCESS_DEFS_B

Line 48: type okc_process_defs_b.pdf_type%TYPE,

44: TYPE exec_rec_type IS RECORD (
45: name VARCHAR2(500)
46: );
47: TYPE outcome_rec_type IS RECORD (
48: type okc_process_defs_b.pdf_type%TYPE,
49: name VARCHAR2(32000)
50: );
51: -- declaring table of record type
52: TYPE id_tab_type IS TABLE OF id_rec_type;