DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_EFFECTIVITY_SETS

Line 11563: FROM cz_effectivity_sets

11559: --Read effectivity sets into memory and build hash tables for quick lookup.
11560:
11561: SELECT effectivity_set_id, effective_from, effective_until
11562: BULK COLLECT INTO t_effset_effectivitysetid, t_effset_effectivefrom, t_effset_effectiveuntil
11563: FROM cz_effectivity_sets
11564: WHERE deleted_flag = '0';
11565:
11566: FOR i IN 1..t_effset_effectivitysetid.COUNT LOOP
11567: