DBA Data[Home] [Help]

APPS.PA_PCO_PKG dependencies on FND_LOBS_S

Line 94: SELECT fnd_lobs_s.nextval

90: Otherwise p_file_id conatins the file_id of the existing attachment, which is then deleted and record is inserted only into FND_LOBS.
91: */
92: if p_file_id is null then
93:
94: SELECT fnd_lobs_s.nextval
95: INTO X_media_id
96: FROM dual;
97:
98: l_call_Insert_Row := TRUE;