DBA Data[Home] [Help]

APPS.GMD_SS_TIMEPOINT_WF_PKG dependencies on GMD_SAMPLES

Line 123: select sample_no from gmd_samples

119: -- 10/20/2005
120:
121:
122: Cursor C2 (se_id NUMBER) is
123: select sample_no from gmd_samples
124: where sampling_event_id = se_id ;
125:
126: cursor get_from_role is
127: select nvl( text, '')

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

174:
175:
176: /* Set Form Attribute to the sampling event */
177: -- l_form := 'GMDQSMPL_EDIT_F:SAMPLING_EVENT_ID="'||l_sample_event_id||'"';
178: l_form := 'GMDQSAMPLES_F:SAMPLING_EVENT_ID="'||l_sample_event_id||'"';
179:
180: /* Start the Workflow for the Given Combination */
181: IF (l_debug = 'Y') THEN
182: gmd_debug.put_line('Getting AME approver');