DBA Data[Home] [Help]

APPS.OKC_RULE_PVT dependencies on OKC_RULE_DEFS_V

Line 96: FROM okc_rule_defs_v

92:
93:
94: CURSOR cur_rul_appl_id IS
95: SELECT application_id,meaning
96: FROM okc_rule_defs_v
97: where rule_code = P_rule_code;
98:
99: k_appl_id number;
100: r_appl_id number;