DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on GMO_INSTR_TASK_DEFN_B

Line 971: cursor get_task is select task_name from gmo_instr_task_defn_b where task_id = l_task_id;

967: cursor get_min_material_for_step is select min(material_detail_id) from gme_batch_step_items where batchstep_id = l_batchstep_id;
968:
969: cursor get_instr_details is select instr_number, instruction_id, task_id, task_attribute_id from gmo_instr_instance_b where instruction_set_id = P_INSTRUCTION_SET_ID;
970:
971: cursor get_task is select task_name from gmo_instr_task_defn_b where task_id = l_task_id;
972:
973: BEGIN
974:
975: l_invalid_instr := fnd_table_of_varchar2_255();