DBA Data[Home] [Help]

APPS.BIS_CONCURRENT_MANAGER_PVT dependencies on FND_LOOKUPS

Line 912: From Fnd_Lookups

908: ELSE
909: BEGIN
910: Select lower(meaning)
911: Into l_repeat_unit
912: From Fnd_Lookups
913: Where upper (Lookup_Code) = upper (p_freq_unit_code)
914: And Lookup_Type = 'CP_RESUBMIT_INTERVAL_UNIT';
915: EXCEPTION
916: WHEN OTHERS THEN