DBA Data[Home] [Help]

APPS.PAY_DK_TC_DP_UPLOAD dependencies on FND_SESSIONS

Line 294: INSERT INTO fnd_sessions(SESSION_ID, EFFECTIVE_DATE)

290:
291: -- End of Bug fixes 4216001 and 4216029
292:
293:
294: INSERT INTO fnd_sessions(SESSION_ID, EFFECTIVE_DATE)
295: VALUES(userenv('SESSIONID'),fnd_date.canonical_to_date(p_effective_date)) ;
296:
297: hr_utility.set_location('p_file_name '||p_file_name,1);
298: hr_utility.set_location('p_effective_date '||p_effective_date,1);