DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on FND_GLOBAL

Line 367: l_attribute3:=FND_GLOBAL.USER_ID;

363: --Condition Added By Mithun for Persistent resp Enhancement
364: --condition was added so that Whenever TK makes modification to a timecard
365: --The resp_id and user_id stored in attribute3 and attribute4 gets refreshed.
366: if hxc_timekeeper_process.g_submit and detail_attribute_info.attribute_category = 'SECURITY' then
367: l_attribute3:=FND_GLOBAL.USER_ID;
368: l_attribute4:=FND_GLOBAL.RESP_ID;
369: else
370: l_attribute3:=detail_attribute_info.attribute3;
371: l_attribute4:=detail_attribute_info.attribute4;

Line 368: l_attribute4:=FND_GLOBAL.RESP_ID;

364: --condition was added so that Whenever TK makes modification to a timecard
365: --The resp_id and user_id stored in attribute3 and attribute4 gets refreshed.
366: if hxc_timekeeper_process.g_submit and detail_attribute_info.attribute_category = 'SECURITY' then
367: l_attribute3:=FND_GLOBAL.USER_ID;
368: l_attribute4:=FND_GLOBAL.RESP_ID;
369: else
370: l_attribute3:=detail_attribute_info.attribute3;
371: l_attribute4:=detail_attribute_info.attribute4;
372: end if;