DBA Data[Home] [Help]

APPS.PO_DOCUMENT_TYPES_ALL_PKG dependencies on STANDARD

Line 226: -- Standard who column.

222: -- The lookup code for the row to be inserted in fnd_lookup_values.
223: -- This is equal to the document subtype entered by the user. The same
224: -- value is stored as the meaning and description for the row in fnd lookups.
225: --p_creation_date
226: -- Standard who column.
227: --p_created_by
228: -- Standard who column.
229: --p_last_update_date
230: -- Standard who column.

Line 228: -- Standard who column.

224: -- value is stored as the meaning and description for the row in fnd lookups.
225: --p_creation_date
226: -- Standard who column.
227: --p_created_by
228: -- Standard who column.
229: --p_last_update_date
230: -- Standard who column.
231: --p_last_updated_by
232: -- Standard who column.

Line 230: -- Standard who column.

226: -- Standard who column.
227: --p_created_by
228: -- Standard who column.
229: --p_last_update_date
230: -- Standard who column.
231: --p_last_updated_by
232: -- Standard who column.
233: --p_last_update_login
234: -- Standard who column.

Line 232: -- Standard who column.

228: -- Standard who column.
229: --p_last_update_date
230: -- Standard who column.
231: --p_last_updated_by
232: -- Standard who column.
233: --p_last_update_login
234: -- Standard who column.
235: --Notes:
236: -- This wrapper has been added as a part of the R12 HTML Setup enhancement

Line 234: -- Standard who column.

230: -- Standard who column.
231: --p_last_updated_by
232: -- Standard who column.
233: --p_last_update_login
234: -- Standard who column.
235: --Notes:
236: -- This wrapper has been added as a part of the R12 HTML Setup enhancement
237: -- for inserting the user defined document subtypes into fnd lookups. This
238: -- api is essentially called via a jdbc call from the Document Types Helper.