DBA Data[Home] [Help]

APPS.EDR_ATTACHMENTS_GRP dependencies on FND_ATTACHED_DOCUMENTS_S

Line 284: (fnd_attached_documents_s.nextval,

280: attribute8, attribute9, attribute10,
281: attribute11, attribute12, attribute13,
282: attribute14, attribute15, column1, category_id)
283: VALUES
284: (fnd_attached_documents_s.nextval,
285: docrec.document_id,
286: sysdate,
287: NVL(X_created_by,0),
288: sysdate,

Line 655: (fnd_attached_documents_s.nextval,

651: attribute8, attribute9, attribute10,
652: attribute11, attribute12, attribute13,
653: attribute14, attribute15, column1, category_id)
654: VALUES
655: (fnd_attached_documents_s.nextval,
656: docrec.document_id,
657: sysdate,
658: NVL(X_created_by,0),
659: sysdate,

Line 1306: select fnd_attached_documents_s.nextval into l_atc_doc_id

1302: BEGIN
1303: l_document_id := p_document_id;
1304: wf_log_pkg.string(6, 'ATTACH_FILE_AUT','The FND Document id is '||l_document_id);
1305:
1306: select fnd_attached_documents_s.nextval into l_atc_doc_id
1307: from dual;
1308:
1309: l_user_id := fnd_global.user_id;
1310: l_login_id := fnd_global.login_id;