DBA Data[Home] [Help]

APPS.PAY_NO_TC_DP_UPLOAD dependencies on FND_SESSIONS

Line 181: INSERT INTO fnd_sessions(SESSION_ID,EFFECTIVE_DATE)

177: l_line_read := NULL;
178: l_batch_seq := 0;
179:
180:
181: INSERT INTO fnd_sessions(SESSION_ID,EFFECTIVE_DATE)
182: VALUES(userenv('SESSIONID'),fnd_date.canonical_to_date(p_effective_date)) ;
183:
184:
185: hr_utility.set_location('p_file_name '||p_file_name,1);