DBA Data[Home] [Help]

APPS.FF_GLOBALS_F_PKG dependencies on DUAL

Line 19: 06-Mar-97 J.Alloun 40.5 Changed all occurances of system.dual

15: History
16: 11-Mar-94 J.S.Hobbs 40.0 Date created.
17: 19-Apr-94 J.S.Hobbs 40.1 Added rtrim to Lock_Row.
18: 31-Jan-95 J.S.Hobbs 40.3 Removed aol WHO columns.
19: 06-Mar-97 J.Alloun 40.5 Changed all occurances of system.dual
20: to sys.dual for next release requirements.
21: 12-Apr-05 Shisriva -- Version 115.1,115.2 for MLS of FF_GLOBALS_F.
22: 05-May-05 Shisriva 115.3 Fixes for bug 4350976. Removed the Base
23: Parameters from insert_row procedure.

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

16: 11-Mar-94 J.S.Hobbs 40.0 Date created.
17: 19-Apr-94 J.S.Hobbs 40.1 Added rtrim to Lock_Row.
18: 31-Jan-95 J.S.Hobbs 40.3 Removed aol WHO columns.
19: 06-Mar-97 J.Alloun 40.5 Changed all occurances of system.dual
20: to sys.dual for next release requirements.
21: 12-Apr-05 Shisriva -- Version 115.1,115.2 for MLS of FF_GLOBALS_F.
22: 05-May-05 Shisriva 115.3 Fixes for bug 4350976. Removed the Base
23: Parameters from insert_row procedure.
24: 05-May-05 Shisriva 115.4 Fixes for bug 4350976. Changed defualting

Line 65: CURSOR C2 IS SELECT ff_globals_s.nextval FROM sys.dual;

61: --
62: CURSOR C IS SELECT rowid FROM ff_globals_f
63: WHERE global_id = X_Global_Id;
64: --
65: CURSOR C2 IS SELECT ff_globals_s.nextval FROM sys.dual;
66: --
67: BEGIN
68: --
69: -- Make sure global name is unique.

Line 863: from dual;

859: hr_general.g_data_migrator_mode:='Y';
860:
861: select ff_globals_s.nextval
862: into l_new_global_id
863: from dual;
864:
865:
866: global_ins( P_GLOBAL_ID => l_new_global_id
867: ,P_EFFECTIVE_START_DATE => P_EFFECTIVE_START_DATE