DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_COMMON_GRP

Line 2938: GMD_COMMON_GRP.item_is_locator_controlled (

2934:
2935: -- Bug 4165704: used common routine to determine location control
2936:
2937:
2938: GMD_COMMON_GRP.item_is_locator_controlled (
2939: p_organization_id => p_sample_rec.organization_id
2940: ,p_subinventory => p_sample_rec.subinventory
2941: ,p_inventory_item_id => p_sample_rec.inventory_item_id
2942: ,x_locator_type => l_locator_control

Line 3003: GMD_COMMON_GRP.item_is_locator_controlled (

2999: RAISE FND_API.G_EXC_ERROR;
3000: END IF;
3001:
3002:
3003: GMD_COMMON_GRP.item_is_locator_controlled (
3004: p_organization_id => p_sample_rec.storage_organization_id
3005: ,p_subinventory => p_sample_rec.storage_subinventory
3006: ,p_inventory_item_id => p_sample_rec.inventory_item_id
3007: ,x_locator_type => l_locator_control