DBA Data[Home] [Help]

APPS.PO_POXPRRFP_XMLP_PKG dependencies on FND_DOCUMENTS_SHORT_TEXT

Line 390: from fnd_documents_short_text

386: begin
387: if header_note_datatype_id = 1 then
388: select short_text
389: into short_note
390: from fnd_documents_short_text
391: where media_id = header_note_media_id;
392: return short_note;
393: elsif header_note_datatype_id = 2 then
394: select long_text

Line 412: from fnd_documents_short_text

408: begin
409: if line_note_datatype_id = 1 then
410: select short_text
411: into short_note
412: from fnd_documents_short_text
413: where media_id = line_note_media_id;
414: return short_note;
415: elsif line_note_datatype_id = 2 then
416: select long_text

Line 434: from fnd_documents_short_text

430: begin
431: if item_note_datatype_id = 1 then
432: select short_text
433: into short_note
434: from fnd_documents_short_text
435: where media_id = item_note_media_id;
436: return short_note;
437: elsif item_note_datatype_id = 2 then
438: select long_text