DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on GMD_P_FS_CONTEXT

Line 2521: gmd_p_fs_context.set_additional_attr; /* Added in Bug No.9024801 */

2517: t_batch_step_id := l_event_key;
2518: l_Event_key := t_batch_id;
2519: END IF;
2520:
2521: gmd_p_fs_context.set_additional_attr; /* Added in Bug No.9024801 */
2522:
2523: /*Figure out if all the batch_steps are covered for sample creation */
2524: OPEN C1(t_batch_id, t_batch_step_id);
2525: LOOP