DBA Data[Home] [Help]

APPS.PAY_AE_PAYROLL_REGISTER dependencies on FND_SESSIONS

Line 1045: INSERT INTO fnd_sessions (session_id, effective_date)

1041: and pet.input_value_id = pai_ele.action_information3
1042: and paa.assignment_action_id = l_arch_assact;
1043: BEGIN
1044: p_effective_date := to_date(p_effective_char_date,'YYYY/MM/DD HH24:MI:SS');
1045: INSERT INTO fnd_sessions (session_id, effective_date)
1046: VALUES (userenv('sessionid'), p_effective_date);
1047: vXMLtable.DELETE;
1048: vXMLTable_summary.DELETE;
1049: vCtr_summary :=1;