DBA Data[Home] [Help]

APPS.PON_ATTACHMENTS dependencies on FND_ATTACHED_DOCUMENTS_S

Line 148: SELECT fnd_attached_documents_s.nextval

144: l_created_by := p_user_id;
145: l_last_updated_by := l_created_by;
146:
147: -- Attached Document Id has to be populated from the sequence.
148: SELECT fnd_attached_documents_s.nextval
149: INTO l_attached_document_id
150: FROM sys.dual;
151:
152: -- Set the language parameter

Line 284: SELECT fnd_attached_documents_s.nextval

280: l_last_updated_by := l_created_by;
281:
282: -- Attached Document Id has to be populated from the sequence.
283: l_progress := 3;
284: SELECT fnd_attached_documents_s.nextval
285: INTO l_attached_document_id
286: FROM sys.dual;
287:
288: -- Set the language parameter

Line 452: Select FND_ATTACHED_DOCUMENTS_S.nextval

448: From Dual;
449:
450: -- Attached Document ID population from sequence.
451: l_progress := 2;
452: Select FND_ATTACHED_DOCUMENTS_S.nextval
453: Into l_attached_document_id
454: From Dual
455: ;
456: