DBA Data[Home] [Help]

APPS.GMO_INSTR_ENTITY_PVT dependencies on GMO_DISPENSE_CONFIG

Line 151: from gmo_dispense_config

147: cursor get_dispense_config_details is
148: select inventory_item_id,
149: organization_id,
150: recipe_id
151: from gmo_dispense_config
152: where config_id = to_number(p_entity_key,'999999999999.999999');
153:
154:
155: BEGIN