DBA Data[Home] [Help]

APPS.INV_LOT_API_PKG dependencies on FND_GLOBAL

Line 1561: x_lot_rec.created_by := fnd_global.user_id;

1557: x_lot_rec.territory_code := p_territory_code;
1558: x_lot_rec.supplier_lot_number := p_supplier_lot_number;
1559: x_lot_rec.vendor_name := p_vendor_name;
1560: x_lot_rec.creation_date := SYSDATE;
1561: x_lot_rec.created_by := fnd_global.user_id;
1562: x_lot_rec.last_update_date := SYSDATE;
1563: x_lot_rec.last_updated_by := fnd_global.user_id;
1564: x_lot_rec.parent_lot_number := p_parent_lot_number;
1565: x_lot_rec.origination_type := p_origination_type;

Line 1563: x_lot_rec.last_updated_by := fnd_global.user_id;

1559: x_lot_rec.vendor_name := p_vendor_name;
1560: x_lot_rec.creation_date := SYSDATE;
1561: x_lot_rec.created_by := fnd_global.user_id;
1562: x_lot_rec.last_update_date := SYSDATE;
1563: x_lot_rec.last_updated_by := fnd_global.user_id;
1564: x_lot_rec.parent_lot_number := p_parent_lot_number;
1565: x_lot_rec.origination_type := p_origination_type;
1566: x_lot_rec.expiration_action_code := p_expiration_action_code;
1567: x_lot_rec.expiration_action_date := p_expiration_action_date;