DBA Data[Home] [Help]

APPS.GMO_CBR_GRP dependencies on GMO_LABEL_HISTORY

Line 421: from gmo_label_history

417: FROM gmo_material_undispenses
418: WHERE undispense_id = l_event_key;
419: CURSOR GET_LABEL_DETAILS IS
420: SELECT entity_name, entity_key
421: from gmo_label_history
422: where label_id = l_event_key;
423: BEGIN
424: -- Following code is to populate missing data values in batch progression for SSWA events
425:

Line 902: from gmo_label_history

898: end if;
899:
900: ELSIF l_event_name in ('oracle.apps.gmo.labelprint') THEN
901: SELECT entity_name, entity_key INTO l_entity_name,l_dispense_id
902: from gmo_label_history
903: where label_id = l_event_key;
904: IF l_entity_name = 'GMO_DISPENSING'
905: THEN
906: l_message_prod := 'GMO';