DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on FND_COMMON_LOOKUPS

Line 5714: From FND_COMMON_LOOKUPS

5710: (
5711: Select lookup_code Demand_Class_Code,
5712: meaning Demand_Class,
5713: description
5714: From FND_COMMON_LOOKUPS
5715: Where lookup_type = 'DEMAND_CLASS'
5716: And application_id = 700
5717: And enabled_flag = 'Y'
5718: And trunc(sysdate) Between NVL(start_date_active,trunc(sysdate))