DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_EFFECTIVITY_SETS

Line 11427: FROM cz_effectivity_sets

11423: --Read effectivity sets into memory and build hash tables for quick lookup.
11424:
11425: SELECT effectivity_set_id, effective_from, effective_until
11426: BULK COLLECT INTO t_effset_effectivitysetid, t_effset_effectivefrom, t_effset_effectiveuntil
11427: FROM cz_effectivity_sets
11428: WHERE deleted_flag = '0';
11429:
11430: FOR i IN 1..t_effset_effectivitysetid.COUNT LOOP
11431: