DBA Data[Home] [Help]

APPS.PO_PRICE_ADJUSTMENTS_PKG dependencies on STANDARD

Line 2683: --reset Standard and other columns

2679: SELECT po_price_adjustments_s.nextval
2680: INTO l_po_price_adjustment_record.price_adjustment_id
2681: FROM SYS.DUAL;
2682:
2683: --reset Standard and other columns
2684: l_po_price_adjustment_record.created_by := fnd_global.user_id;
2685: l_po_price_adjustment_record.creation_date := SYSDATE;
2686: l_po_price_adjustment_record.last_updated_by := fnd_global.user_id;
2687: l_po_price_adjustment_record.last_update_date := SYSDATE;

Line 3086: --reset Standard columns

3082: SELECT po_price_adjustments_s.nextval
3083: INTO l_po_price_adjustment_record.price_adjustment_id
3084: FROM SYS.DUAL;
3085:
3086: --reset Standard columns
3087: l_po_price_adjustment_record.created_by := fnd_global.user_id;
3088: l_po_price_adjustment_record.creation_date := SYSDATE;
3089: l_po_price_adjustment_record.last_updated_by := fnd_global.user_id;
3090: l_po_price_adjustment_record.last_update_date := SYSDATE;