DBA Data[Home] [Help]

APPS.GMD_SS_LATETEST_WF_PKG dependencies on GMD_SAMPLES

Line 106: select sample_no from gmd_samples

102: and h.storage_organization_id = j.organization_id(+)
103: and e.organization_id = k.organization_id ;
104:
105: Cursor C2 (se_id NUMBER) is
106: select sample_no from gmd_samples
107: where sampling_event_id = se_id ;
108:
109: cursor get_from_role is
110: select nvl( text, '')

Line 163: l_form := 'GMDQSAMPLES_F:SAMPLING_EVENT_ID="'||l_sample_event_id||'"';

159:
160:
161: /* Set Form Attribute to the sampling event */
162: -- l_form := 'GMDQSMPL_EDIT_F:SAMPLING_EVENT_ID="'||l_sample_event_id||'"';
163: l_form := 'GMDQSAMPLES_F:SAMPLING_EVENT_ID="'||l_sample_event_id||'"';
164:
165: /* Start the Workflow for the Given Combination */
166: IF (l_debug = 'Y') THEN
167: gmd_debug.put_line('Getting AME approver');