DBA Data[Home] [Help]

APPS.GMD_QMDSC dependencies on GMD_RESULTS_GRP

Line 46: GMD_RESULTS_GRP.composite_and_change_lot(l_event_key,

42: END IF;
43:
44: if l_event_name = 'oracle.apps.gmd.qm.samplingevent.disposition' then
45: l_log := 'Composite and lot status change' ;
46: GMD_RESULTS_GRP.composite_and_change_lot(l_event_key,
47: 'NO',
48: l_status_change);
49: elsif l_event_name = 'oracle.apps.gmd.qm.sample.disposition' then
50: l_log := 'Sample status change' ;

Line 51: GMD_RESULTS_GRP.change_disp_for_auto_lot(l_event_key,

47: 'NO',
48: l_status_change);
49: elsif l_event_name = 'oracle.apps.gmd.qm.sample.disposition' then
50: l_log := 'Sample status change' ;
51: GMD_RESULTS_GRP.change_disp_for_auto_lot(l_event_key,
52: l_change_to,
53: l_status_change);
54: end if;
55: