DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on RCV_PARAMETERS

Line 167: FROM rcv_parameters

163: /* Bug 12595030. fetching the value of ENFORCE_RMA_LOT_NUM to l_enforce_rma_lot_num
164: and validating the lot numbers if the 'validate lot on rma receipt' value is 'Restricted' */
165: SELECT Nvl(enforce_rma_lot_num, 'N')
166: INTO l_enforce_rma_lot_num
167: FROM rcv_parameters
168: WHERE organization_id = p_organization_id;
169: /* End of Bug 12595030 */
170:
171: OPEN x_lot_num_lov FOR