DBA Data[Home] [Help]

APPS.CSM_LOBS_PKG dependencies on FND_WEBATTCH

Line 356: fnd_webattch.add_attachment(

352: END IF;--this is execulted only for lobs
353:
354: --After inserting the lobs into fnd_lobs table the attachment is added to the corresponding
355: --Entity ie to task or Debrief or SR we need to call the following API
356: fnd_webattch.add_attachment(
357: seq_num => l_seq_num,
358: category_id => l_category_id,
359: document_description=> p_record.description, --l_signed_date||' '||l_signed_by,
360: datatype_id => l_data_type_id,