DBA Data[Home] [Help]

APPS.GHR_CPDF_STATRPT dependencies on FND_SESSIONS

Line 144: /* INSERT INTO fnd_sessions

140: PPP1.DATE_START <= PER.EFFECTIVE_END_DATE)));
141:
142: BEGIN
143: -- Bug # 10632194 removed this as already inserted
144: /* INSERT INTO fnd_sessions
145: (session_id
146: ,effective_date)
147: VALUES
148: (userenv('sessionid')

Line 157: /* DELETE FROM fnd_sessions

153: p_appointment_date := cur_per_rec.hire_date;
154: END LOOP;
155:
156: -- Bug # 10632194 removed this as already inserted
157: /* DELETE FROM fnd_sessions
158: WHERE session_id = userenv('sessionid'); */
159:
160: END get_appointment_date;
161: --

Line 1338: -- Inserting into FND Sessions Table

1334: -- cleanup_table;
1335: initialize_record;
1336:
1337: --Bug # 10632194
1338: -- Inserting into FND Sessions Table
1339: INSERT INTO fnd_sessions
1340: (session_id
1341: ,effective_date)
1342: VALUES

Line 1339: INSERT INTO fnd_sessions

1335: initialize_record;
1336:
1337: --Bug # 10632194
1338: -- Inserting into FND Sessions Table
1339: INSERT INTO fnd_sessions
1340: (session_id
1341: ,effective_date)
1342: VALUES
1343: (userenv('sessionid')

Line 1637: DELETE FROM fnd_sessions

1633: END IF;
1634:
1635:
1636: --Bug # 10632194
1637: DELETE FROM fnd_sessions
1638: WHERE session_id = userenv('sessionid');
1639:
1640:
1641: