DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_COMMON_GRP

Line 468: GMD_COMMON_GRP.item_is_locator_controlled (

464:
465: END IF;
466:
467: --Find out if it is locator controlled
468: GMD_COMMON_GRP.item_is_locator_controlled (
469: p_organization_id => l_mon_vr.locator_organization_id
470: ,p_subinventory => l_mon_vr.subinventory
471: ,p_inventory_item_id => NULL
472: ,x_locator_type => l_locator_type

Line 1021: GMD_COMMON_GRP.item_is_locator_controlled (

1017: l_lot_ctl := l_sample_display.lot_control_code;
1018: l_status_ctl := l_sample_display.lot_status_enabled;
1019: l_child_lot_ctl := l_sample_display.child_lot_flag;
1020:
1021: GMD_COMMON_GRP.item_is_locator_controlled (
1022: p_organization_id => l_inv_vr.organization_id
1023: ,p_subinventory => l_inv_vr.subinventory
1024: ,p_inventory_item_id => l_spec.inventory_item_id
1025: ,x_locator_type => l_locator_type