DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on FND_LOOKUPS

Line 400: from fnd_lookups

396: and organization_id = p_organization_id;
397:
398: Cursor c_status_meaning(p_code Varchar2) Is
399: select meaning
400: from fnd_lookups
401: where lookup_type = 'CSF_INTERFACE_STATUS'
402: and lookup_code = p_code;
403:
404: -----------------------------------BEGIN-----------------------------------------------------------