DBA Data[Home] [Help]

APPS.PAY_BAL_CLASSIFICATIONS_PKG dependencies on DUAL

Line 23: 05-Mar-97 J.Alloun 40.7 Changed all occurances of system.dual

19: 01-Feb-95 J.S.Hobbs 40.5 Removed aol WHO columns.
20: 24-Apr-95 J.S.Hobbs 40.6 Added extra validation to stop the
21: mixing of manual and automatic balance
22: feeds (via classifications).
23: 05-Mar-97 J.Alloun 40.7 Changed all occurances of system.dual
24: to sys.dual for next release
25: requirements.
26: 16-NOV-2001 RThirlby 115.2 930964 New parameter X_mode added to procedure
27: delivered in patch 2000669 insert_row so that the startup mode

Line 24: to sys.dual for next release

20: 24-Apr-95 J.S.Hobbs 40.6 Added extra validation to stop the
21: mixing of manual and automatic balance
22: feeds (via classifications).
23: 05-Mar-97 J.Alloun 40.7 Changed all occurances of system.dual
24: to sys.dual for next release
25: requirements.
26: 16-NOV-2001 RThirlby 115.2 930964 New parameter X_mode added to procedure
27: delivered in patch 2000669 insert_row so that the startup mode
28: (either GENERIC, STARTUP or USER) can

Line 163: CURSOR C2 IS SELECT pay_balance_classifications_s.nextval FROM sys.dual;

159: --
160: CURSOR C IS SELECT rowid FROM pay_balance_classifications
161: WHERE balance_classification_id = X_Balance_Classification_Id;
162: --
163: CURSOR C2 IS SELECT pay_balance_classifications_s.nextval FROM sys.dual;
164: --
165: BEGIN
166: --
167: -- Lock balance type to stop other users changing the balance.