DBA Data[Home] [Help]

APPS.GMO_CBR_GRP dependencies on GME_MATERIAL_DETAILS

Line 1476: select batch_id into l_batch_id from gme_material_details

1472: l_batch_prog_rec.PARENT_KEY_VAL := p_entity_key;
1473: l_batch_prog_rec.CURR_NODE_KEY := 'INSTRUCTION_SET_ID';
1474: l_batch_prog_rec.CURR_KEY_VAL := p_event_key;
1475: ELSIF(p_instr_type = 'PROCESS' and p_entity_name ='MATERIAL') THEN
1476: select batch_id into l_batch_id from gme_material_details
1477: where material_detail_id=p_entity_key;
1478: l_message_token := 'GMO_ENTITY_MATERIAL';
1479: l_user_key_label := FND_MESSAGE.GET_STRING('GMO', l_message_token);
1480: l_batch_prog_rec.PROGRESSION_ID := NULL;