DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on MTL_PICKING_RULES

Line 678: FROM mtl_picking_rules

674: revision_rule
675: ,lot_rule
676: ,subinventory_rule
677: ,locator_rule
678: FROM mtl_picking_rules
679: WHERE picking_rule_id = p_rule_id ;
680: --
681: l_temp1 long;
682: l_temp2 long;

Line 1884: -- Create transaction suggestions api based on rules in mtl_picking_rules.

1880: --
1881: END detail_request;
1882: --
1883: -- Description
1884: -- Create transaction suggestions api based on rules in mtl_picking_rules.
1885: --
1886: -- The output of this procedure is records in mtl_material_transactions_temp
1887: -- , mtl_transaction_lots_temp, and mtl_serial_numbers_temp.
1888: --