DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on FND_LOBS_S

Line 5414: SELECT FND_LOBS_S.NEXTVAL INTO l_fileid FROM dual;

5410:
5411: -- Insert data in the FND_LOBS table without the FILE_DATA.
5412: -- FILE_DATA would be updated from the Controller of the calling page since
5413: -- there is issue of passing BLOB data type to PL/SQL from OA Framework.
5414: SELECT FND_LOBS_S.NEXTVAL INTO l_fileid FROM dual;
5415:
5416: INSERT INTO FND_LOBS(
5417: FILE_ID,
5418: FILE_NAME,

Line 5516: SELECT FND_LOBS_S.NEXTVAL INTO l_fileid FROM dual;

5512:
5513: -- Insert data in the FND_LOBS table without the FILE_DATA.
5514: -- FILE_DATA would be updated from the Controller of the calling page since
5515: -- there is issue of passing BLOB data type to PL/SQL from OA Framework.
5516: SELECT FND_LOBS_S.NEXTVAL INTO l_fileid FROM dual;
5517:
5518: INSERT INTO FND_LOBS(
5519: FILE_ID,
5520: FILE_NAME,