DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on MTL_PARAMETERS

Line 738: FROM mtl_parameters

734:
735:
736: SELECT nvl(negative_inv_receipt_code,2)
737: INTO x_item_attrib_rec.negative_balances_code
738: FROM mtl_parameters
739: WHERE organization_id = p_organization_id;
740:
741: debug(' serial_control_code : '||x_item_attrib_rec.serial_control_code);
742: debug(' lot_control_code : '||x_item_attrib_rec.lot_control_code);