DBA Data[Home] [Help]

APPS.EDR_XDOC_UTIL_PKG dependencies on FND_LOBS

Line 465: -- the file_id created in FND_LOBS table.

461:
462:
463: -- EDR_XDOC_UTIL_PKG.EDR_CREATE_ATTACHEMENT is called from EDRRuleXMLPublisher Object.
464: -- It creates an FND Attachment for the eRecord PDF to be generated and returns
465: -- the file_id created in FND_LOBS table.
466:
467: -- P_ERECORD_ID - ERecord Id for the eRecord to be generated.
468: -- P_FILE_NAME - Name of EReocrd File
469: -- P_STYLE_SHEET - ERecord File Description

Line 471: -- X_File_ID - MediaId (FND_LOBS File Id) of the ERecord Attachement

467: -- P_ERECORD_ID - ERecord Id for the eRecord to be generated.
468: -- P_FILE_NAME - Name of EReocrd File
469: -- P_STYLE_SHEET - ERecord File Description
470: -- P_CONTENT_TYPE - ERecord File Content Type
471: -- X_File_ID - MediaId (FND_LOBS File Id) of the ERecord Attachement
472: -- created
473:
474: Procedure EDR_CREATE_ATTACHMENT (
475: p_eRecord_ID NUMBER,

Line 583: INSERT into FND_LOBS

579: X_doc_attribute9=>null,
580: X_doc_attribute10=>null,
581: X_create_doc=>'N');
582:
583: INSERT into FND_LOBS
584: (file_id,
585: file_name,
586: file_data,
587: file_content_type,