DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on FND_LOOKUPS

Line 440: from fnd_lookups

436: and organization_id = p_organization_id;
437:
438: Cursor c_status_meaning(p_code Varchar2) Is
439: select meaning
440: from fnd_lookups
441: where lookup_type = 'CSF_INTERFACE_STATUS'
442: and lookup_code = p_code;
443:
444: cursor c_programs is