DBA Data[Home] [Help]

APPS.IEM_ARCH_PVT dependencies on FND_LOOKUPS

Line 412: from fnd_lookups

408: ELSE
409: l_action_flg:='N';
410: END IF;
411: select meaning into x_action_desc
412: from fnd_lookups
413: where lookup_type='IEM_ARCH_STATUS'
414: and lookup_code=l_action_flg;
415: x_action_flg:=l_action_flg;
416: x_ret_status:='S';