DBA Data[Home] [Help]

APPS.HXC_ENTITY_GROUPS_UPLOAD_PKG dependencies on FND_LOAD_UTIL

Line 189: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);

185: l_last_update_date_f HXC_ENTITY_GROUPS.last_update_date%TYPE;
186:
187: BEGIN
188:
189: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
190: l_last_update_date_f := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
191: g_debug:=hr_utility.debug_enabled;
192:
193: if g_debug then

Line 213: IF (fnd_load_util.upload_test( l_last_updated_by_f,

209:
210: FROM hxc_entity_groups
211: WHERE name = p_name and entity_type = p_entity_type;
212:
213: IF (fnd_load_util.upload_test( l_last_updated_by_f,
214: l_last_update_date_f,
215: l_last_updated_by_db,
216: l_last_update_date_db ,
217: p_custom_mode))

Line 266: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);

262:
263: BEGIN
264: -- check to see row exists
265:
266: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
267: l_last_update_date_f := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
268: l_entity_group_id := GET_ENTITY_GROUP_ID(P_ENTITY_TYPE,P_NAME);
269: g_debug:=hr_utility.debug_enabled;
270:

Line 294: IF (fnd_load_util.upload_test( l_last_updated_by_f,

290: hr_utility.trace('l_entity_group_comp_id=2='||l_entity_group_comp_id);
291: hr_utility.trace('p_custom_mode='||p_custom_mode);
292: end if;
293:
294: IF (fnd_load_util.upload_test( l_last_updated_by_f,
295: l_last_update_date_f,
296: l_last_updated_by_db,
297: l_last_update_date_db ,
298: p_custom_mode))