DBA Data[Home] [Help]

APPS.INV_LOT_API_PKG dependencies on FND_GLOBAL

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

1613: x_lot_rec.territory_code := p_territory_code;
1614: x_lot_rec.supplier_lot_number := p_supplier_lot_number;
1615: x_lot_rec.vendor_name := p_vendor_name;
1616: x_lot_rec.creation_date := SYSDATE;
1617: x_lot_rec.created_by := fnd_global.user_id;
1618: x_lot_rec.last_update_date := SYSDATE;
1619: x_lot_rec.last_updated_by := fnd_global.user_id;
1620: x_lot_rec.parent_lot_number := p_parent_lot_number;
1621: x_lot_rec.origination_type := p_origination_type;

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

1615: x_lot_rec.vendor_name := p_vendor_name;
1616: x_lot_rec.creation_date := SYSDATE;
1617: x_lot_rec.created_by := fnd_global.user_id;
1618: x_lot_rec.last_update_date := SYSDATE;
1619: x_lot_rec.last_updated_by := fnd_global.user_id;
1620: x_lot_rec.parent_lot_number := p_parent_lot_number;
1621: x_lot_rec.origination_type := p_origination_type;
1622: x_lot_rec.expiration_action_code := p_expiration_action_code;
1623: x_lot_rec.expiration_action_date := p_expiration_action_date;