DBA Data[Home] [Help]

APPS.CSD_REPAIR_HISTORY_PVT dependencies on FND_LOOKUPS

Line 4059: from fnd_lookups

4055: where user_id = p_user_id;
4056:
4057: Cursor c_get_status_meaning(p_status_code VARCHAR2, p_lookup_type VARCHAR2) IS
4058: select meaning
4059: from fnd_lookups
4060: where lookup_type = p_lookup_type
4061: and lookup_code = p_status_code;
4062:
4063: -- bug#13698799 auto create ro, parent ro