DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_CODE_PVT dependencies on PV_LOOKUPS

Line 778: FOR y IN (select meaning from pv_lookups

774:
775: for x in lc_check_attr_enty_vals (pc_attr_code_id =>p_attr_code_id)
776: loop
777: l_delete_flag := 'N';
778: FOR y IN (select meaning from pv_lookups
779: where lookup_type = 'PV_VALID_ENTY_VALUE_TYPES'
780: and lookup_code = x.entity
781: ) LOOP
782: l_meaning := y.meaning;