DBA Data[Home] [Help]

APPS.CSFW_SIGNATURE_PVT dependencies on DUAL

Line 79: from dual;

75: -- get next sequence value for FND_LOBS
76: CURSOR l_fnd_lobs_s_cursor
77: IS
78: select fnd_lobs_s.nextval
79: from dual;
80:
81: -- get language of user
82: CURSOR l_language_cursor
83: IS

Line 85: from dual;

81: -- get language of user
82: CURSOR l_language_cursor
83: IS
84: select userenv('LANG')
85: from dual;
86:
87: --to check if the record exists in the database
88: cursor l_lobs_fileid_csr (p_file_id fnd_lobs.file_id%TYPE) is
89: select 1