DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on FND_USER

Line 240: from fnd_user where user_id = p_Item_Orderability_Import_Rec.created_by

236:
237: begin
238:
239: select 'Y' into l_exists
240: from fnd_user where user_id = p_Item_Orderability_Import_Rec.created_by
241: and end_date is NULL;
242:
243: Exception
244: when others then

Line 258: from fnd_user where user_id = p_Item_Orderability_Import_Rec.last_updated_by

254:
255: IF p_Item_Orderability_Import_Rec.last_updated_by is NULL then
256: begin
257: select 'Y' into l_exists
258: from fnd_user where user_id = p_Item_Orderability_Import_Rec.last_updated_by
259: and end_date is NULL;
260:
261: Exception
262: when others then