DBA Data[Home] [Help]

APPS.PO_DOCUMENT_TYPES_ALL_PKG dependencies on STANDARD

Line 984: -- Standard who column.

980: -- The lookup code for the row to be inserted in fnd_lookup_values.
981: -- This is equal to the document subtype entered by the user. The same
982: -- value is stored as the meaning and description for the row in fnd lookups.
983: --p_creation_date
984: -- Standard who column.
985: --p_created_by
986: -- Standard who column.
987: --p_last_update_date
988: -- Standard who column.

Line 986: -- Standard who column.

982: -- value is stored as the meaning and description for the row in fnd lookups.
983: --p_creation_date
984: -- Standard who column.
985: --p_created_by
986: -- Standard who column.
987: --p_last_update_date
988: -- Standard who column.
989: --p_last_updated_by
990: -- Standard who column.

Line 988: -- Standard who column.

984: -- Standard who column.
985: --p_created_by
986: -- Standard who column.
987: --p_last_update_date
988: -- Standard who column.
989: --p_last_updated_by
990: -- Standard who column.
991: --p_last_update_login
992: -- Standard who column.

Line 990: -- Standard who column.

986: -- Standard who column.
987: --p_last_update_date
988: -- Standard who column.
989: --p_last_updated_by
990: -- Standard who column.
991: --p_last_update_login
992: -- Standard who column.
993: --Notes:
994: -- This wrapper has been added as a part of the R12 HTML Setup enhancement

Line 992: -- Standard who column.

988: -- Standard who column.
989: --p_last_updated_by
990: -- Standard who column.
991: --p_last_update_login
992: -- Standard who column.
993: --Notes:
994: -- This wrapper has been added as a part of the R12 HTML Setup enhancement
995: -- for inserting the user defined document subtypes into fnd lookups. This
996: -- api is essentially called via a jdbc call from the Document Types Helper.