DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_COMMON_GRP

Line 3068: GMD_COMMON_GRP.item_is_locator_controlled (

3064:
3065: -- Bug 4165704: used common routine to determine location control
3066:
3067:
3068: GMD_COMMON_GRP.item_is_locator_controlled (
3069: p_organization_id => p_sample_rec.organization_id
3070: ,p_subinventory => p_sample_rec.subinventory
3071: ,p_inventory_item_id => p_sample_rec.inventory_item_id
3072: ,x_locator_type => l_locator_control

Line 3133: GMD_COMMON_GRP.item_is_locator_controlled (

3129: RAISE FND_API.G_EXC_ERROR;
3130: END IF;
3131:
3132:
3133: GMD_COMMON_GRP.item_is_locator_controlled (
3134: p_organization_id => p_sample_rec.storage_organization_id
3135: ,p_subinventory => p_sample_rec.storage_subinventory
3136: ,p_inventory_item_id => p_sample_rec.inventory_item_id
3137: ,x_locator_type => l_locator_control