DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on FND_ATTACHED_DOCUMENTS

Line 1351: -- create the records in the fnd_attached_documents for all the repair_line_ids.

1347: l_file_format
1348: );
1349: end if;
1350:
1351: -- create the records in the fnd_attached_documents for all the repair_line_ids.
1352: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
1353: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
1354: 'Creating records in the fnd_attached_documents for all the passed repair orders');
1355: END IF;

Line 1354: 'Creating records in the fnd_attached_documents for all the passed repair orders');

1350:
1351: -- create the records in the fnd_attached_documents for all the repair_line_ids.
1352: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
1353: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
1354: 'Creating records in the fnd_attached_documents for all the passed repair orders');
1355: END IF;
1356: forall i in 1 ..p_repair_line_ids.count
1357:
1358: INSERT INTO fnd_attached_documents

Line 1358: INSERT INTO fnd_attached_documents

1354: 'Creating records in the fnd_attached_documents for all the passed repair orders');
1355: END IF;
1356: forall i in 1 ..p_repair_line_ids.count
1357:
1358: INSERT INTO fnd_attached_documents
1359: (attached_document_id,
1360: document_id,
1361: creation_date,
1362: created_by,

Line 1391: fnd_attached_documents_s.NEXTVAL,

1387: column1,
1388: category_id)
1389:
1390: (select
1391: fnd_attached_documents_s.NEXTVAL,
1392: x_document_id_tmp,
1393: sysdate,
1394: l_user_id,
1395: sysdate,