DBA Data[Home] [Help]

APPS.PAY_AE_PAYROLL_REGISTER dependencies on FND_SESSIONS

Line 880: INSERT INTO fnd_sessions (session_id, effective_date)

876: and pet.input_value_id = pai_ele.action_information3
877: and paa.assignment_action_id = l_arch_assact;
878: BEGIN
879: p_effective_date := to_date(p_effective_char_date,'YYYY/MM/DD HH24:MI:SS');
880: INSERT INTO fnd_sessions (session_id, effective_date)
881: VALUES (userenv('sessionid'), p_effective_date);
882: vXMLtable.DELETE;
883: vXMLTable_summary.DELETE;
884: vCtr_summary :=1;