DBA Data[Home] [Help]

APPS.OKC_UTIL dependencies on FND_LOOKUPS

Line 1268: FROM fnd_lookups fndlup

1264:
1265: -- Bug 3674499 Need to truncate for dates
1266: cursor C1 is -- /striping/ only for p_type <> 'OKC_RULE_DEF'
1267: SELECT 'S'
1268: FROM fnd_lookups fndlup
1269: where fndlup.lookup_type = p_type
1270: and fndlup.lookup_code = p_code
1271: and trunc(sysdate) between
1272: trunc(nvl(fndlup.start_date_active,sysdate))