DBA Data[Home] [Help]

APPS.OKC_SCHR_AD_ASMBLR_PVT dependencies on OKC_RESOLVED_TIMEVALUES

Line 38: from okc_resolved_timevalues res, okc_rules_b rul

34: CURSOR rul_cur(p_rtve_id IN NUMBER) IS
35: select rul.id rule_id,
36: rul.dnz_chr_id,
37: rul.rule_information1 rule_name
38: from okc_resolved_timevalues res, okc_rules_b rul
39: where res.id = p_rtve_id
40: and to_char(res.tve_id) = rul.rule_information2
41: and rul.rule_information_category = 'NTN';
42: