DBA Data[Home] [Help]

APPS.GMO_DISPENSE_GRP dependencies on GMO_DISPENSE_SETUP_PVT

Line 286: GMO_DISPENSE_SETUP_PVT.IS_DISPENSE_ITEM(p_inventory_item_id => p_inventory_item_id,

282: RETURN ;
283: END IF;
284:
285:
286: GMO_DISPENSE_SETUP_PVT.IS_DISPENSE_ITEM(p_inventory_item_id => p_inventory_item_id,
287: p_organization_id => p_organization_id,
288: p_recipe_id => p_recipe_id,
289: x_is_dispense_required => x_dispense_required,
290: x_dispense_config_id => x_dispense_config_id);

Line 452: GMO_DISPENSE_SETUP_PVT.INSTANTIATE_DISPENSE_SETUP

448:
449:
450: --Call a private API to obtain the next value of the document number associated with
451: --the specified organization ID and transaction type.
452: GMO_DISPENSE_SETUP_PVT.INSTANTIATE_DISPENSE_SETUP
453: (P_DISPENSE_CONFIG_ID => P_DISPENSE_CONFIG_ID,
454: P_ENTITY_NAME => P_ENTITY_NAME,
455: P_ENTITY_KEY => P_ENTITY_KEY,
456: P_INIT_MSG_LIST => P_INIT_MSG_LIST,