DBA Data[Home] [Help]

APPS.PER_REQUISITIONS_PKG dependencies on DUAL

Line 20: 05-MAR-97 JAlloun 70.6 Changed all occurances of system.dual

16: History
17: 13-APR-94 H.Minton 40.0 Date created.
18: 23-NOV-94 RFine 70.3 Suppressed index on business_group_id
19: 02-FEB-95 DKerrr 70.5 Removed WHO columns for Set8 changes.
20: 05-MAR-97 JAlloun 70.6 Changed all occurances of system.dual
21: to sys.dual for next release requirements.
22: 28-MAY-99 CCarter 115.2 Set token removed after message 6124.
23: 27-JAN-03 irgonzal 115.3 Bug fix 2743416: modified
24: Date_from_raised_by procedure.

Line 21: to sys.dual for next release requirements.

17: 13-APR-94 H.Minton 40.0 Date created.
18: 23-NOV-94 RFine 70.3 Suppressed index on business_group_id
19: 02-FEB-95 DKerrr 70.5 Removed WHO columns for Set8 changes.
20: 05-MAR-97 JAlloun 70.6 Changed all occurances of system.dual
21: to sys.dual for next release requirements.
22: 28-MAY-99 CCarter 115.2 Set token removed after message 6124.
23: 27-JAN-03 irgonzal 115.3 Bug fix 2743416: modified
24: Date_from_raised_by procedure.
25:

Line 252: FROM sys.dual;

248: FROM PER_REQUISITIONS
249: WHERE requisition_id = X_Requisition_Id;
250: --
251: CURSOR C2 IS SELECT per_requisitions_s.nextval
252: FROM sys.dual;
253: BEGIN
254:
255: if (X_Requisition_Id is NULL) then
256: OPEN C2;