DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on MTL_PARAMETERS

Line 710: FROM mtl_parameters

706:
707:
708: SELECT nvl(negative_inv_receipt_code,2)
709: INTO x_item_attrib_rec.negative_balances_code
710: FROM mtl_parameters
711: WHERE organization_id = p_organization_id;
712:
713: debug(' serial_control_code : '||x_item_attrib_rec.serial_control_code);
714: debug(' lot_control_code : '||x_item_attrib_rec.lot_control_code);