DBA Data[Home] [Help]

APPS.PA_PCO_PKG dependencies on DUAL

Line 96: FROM dual;

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;
99: else
100:

Line 143: from dual;

139: pa_debug.debug('400: After Insertion into fnd_lobs ');
140:
141: select fnd_attached_documents_s.nextval
142: into l_attached_document_id
143: from dual;
144:
145:
146: /* l_call_Insert_Row would be true only if its the first call for this version of the change request to create an attachment.
147: Only in that case, there is a need to insert records into fnd_documents and fnd_attached_documents