DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on FND_COMMON_LOOKUPS

Line 5730: From FND_COMMON_LOOKUPS

5726: (
5727: Select lookup_code Demand_Class_Code,
5728: meaning Demand_Class,
5729: description
5730: From FND_COMMON_LOOKUPS
5731: Where lookup_type = 'DEMAND_CLASS'
5732: And application_id = 700
5733: And enabled_flag = 'Y'
5734: And trunc(sysdate) Between NVL(start_date_active,trunc(sysdate))