DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on FND_LOBS

Line 1320: 'Inserting attachments of type file into fnd_lobs table');

1316: where parameter = 'NLS_CHARACTERSET';
1317:
1318: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
1319: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
1320: 'Inserting attachments of type file into fnd_lobs table');
1321: END IF;
1322:
1323: insert into fnd_lobs
1324: ( file_id,

Line 1323: insert into fnd_lobs

1319: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
1320: 'Inserting attachments of type file into fnd_lobs table');
1321: END IF;
1322:
1323: insert into fnd_lobs
1324: ( file_id,
1325: file_name,
1326: file_content_type,
1327: upload_date,