DBA Data[Home] [Help]

APPS.DOM_ATTACHMENT_UTIL_PKG dependencies on FND_ATTACHED_DOCUMENTS_PKG

Line 78: -- to pass to fnd_attached_documents_pkg.insert_row api.

74:
75:
76: -- SBAG: When Attach action is called, the attached_document_id
77: -- will be null. So the id is created out of the sequence number
78: -- to pass to fnd_attached_documents_pkg.insert_row api.
79:
80: select fnd_attached_documents_s.nextval
81: into l_attached_document_id from dual;
82:

Line 83: fnd_attached_documents_pkg.Insert_Row(

79:
80: select fnd_attached_documents_s.nextval
81: into l_attached_document_id from dual;
82:
83: fnd_attached_documents_pkg.Insert_Row(
84: X_Rowid => l_row_id,
85: X_attached_document_id => l_Attached_document_id,
86: X_document_id => l_document_id,
87: X_creation_date => sysdate,

Line 172: -- to pass to fnd_attached_documents_pkg.insert_row api.

168:
169:
170: -- SBAG: When Attach action is called, the attached_document_id
171: -- will be null. So the id is created out of the sequence number
172: -- to pass to fnd_attached_documents_pkg.insert_row api.
173:
174: select fnd_attached_documents_s.nextval
175: into l_attached_document_id from dual;
176:

Line 291: fnd_attached_documents_pkg.Insert_Row(

287:
288:
289: end if;
290:
291: fnd_attached_documents_pkg.Insert_Row(
292: X_Rowid => l_row_id,
293: X_attached_document_id => l_Attached_document_id,
294: X_document_id => l_document_id,
295: X_creation_date => sysdate,