DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on STANDARD

Line 119: /* Standard */

115: --Bug# 5481061 : Using the prevent_encumbrance_flag from orginal document
116: --rather than defaulting.Commented the line below.
117: --x_po_distribution_record.prevent_encumbrance_flag := 'N';
118:
119: /* Standard */
120: x_po_distribution_record.created_by := fnd_global.user_id;
121: x_po_distribution_record.creation_date := SYSDATE;
122: x_po_distribution_record.last_updated_by := fnd_global.user_id;
123: x_po_distribution_record.last_update_date := SYSDATE;