DBA Data[Home] [Help]

APPS.GMO_VBATCH_PVT dependencies on GMO_INSTR_TASK_DEFN_B

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

922: cursor get_min_material_for_step is select min(material_detail_id) from gme_batch_step_items where batchstep_id = l_batchstep_id;
923:
924: 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;
925:
926: cursor get_task is select task_name from gmo_instr_task_defn_b where task_id = l_task_id;
927:
928: BEGIN
929:
930: l_invalid_instr := fnd_table_of_varchar2_255();