DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_COMMON_GRP

Line 457: GMD_COMMON_GRP.item_is_locator_controlled (

453:
454: END IF;
455:
456: --Find out if it is locator controlled
457: GMD_COMMON_GRP.item_is_locator_controlled (
458: p_organization_id => l_mon_vr.locator_organization_id
459: ,p_subinventory => l_mon_vr.subinventory
460: ,p_inventory_item_id => NULL
461: ,x_locator_type => l_locator_type

Line 1010: GMD_COMMON_GRP.item_is_locator_controlled (

1006: l_lot_ctl := l_sample_display.lot_control_code;
1007: l_status_ctl := l_sample_display.lot_status_enabled;
1008: l_child_lot_ctl := l_sample_display.child_lot_flag;
1009:
1010: GMD_COMMON_GRP.item_is_locator_controlled (
1011: p_organization_id => l_inv_vr.organization_id
1012: ,p_subinventory => l_inv_vr.subinventory
1013: ,p_inventory_item_id => l_spec.inventory_item_id
1014: ,x_locator_type => l_locator_type