DBA Data[Home] [Help]

APPS.GMD_COMMON_GRP dependencies on MTL_PARAMETERS

Line 78: FROM mtl_parameters

74: AND inventory_item_id = item_id;
75:
76: CURSOR Cur_organization IS
77: SELECT stock_locator_control_code
78: FROM mtl_parameters
79: WHERE organization_id = p_organization_id ;
80:
81: subinventory_ctrl NUMBER;
82: organization_ctrl NUMBER;