DBA Data[Home] [Help]

APPS.CSM_LOBS_PKG dependencies on FND_WEBATTCH

Line 367: fnd_webattch.add_attachment(

363: END IF;--this is execulted only for lobs
364:
365: --After inserting the lobs into fnd_lobs table the attachment is added to the corresponding
366: --Entity ie to task or Debrief or SR we need to call the following API
367: fnd_webattch.add_attachment(
368: seq_num => l_seq_num,
369: category_id => l_category_id,
370: document_description=> p_record.description, --l_signed_date||' '||l_signed_by,
371: datatype_id => l_data_type_id,