DBA Data[Home] [Help]

APPS.GMO_CBR_GRP dependencies on GME_MATERIAL_DETAILS

Line 1540: select batch_id into l_batch_id from gme_material_details

1536: l_batch_prog_rec.PARENT_KEY_VAL := p_entity_key;
1537: l_batch_prog_rec.CURR_NODE_KEY := 'INSTRUCTION_SET_ID';
1538: l_batch_prog_rec.CURR_KEY_VAL := p_event_key;
1539: ELSIF(p_instr_type = 'PROCESS' and p_entity_name ='MATERIAL') THEN
1540: select batch_id into l_batch_id from gme_material_details
1541: where material_detail_id=p_entity_key;
1542: l_message_token := 'GMO_ENTITY_MATERIAL';
1543: l_user_key_label := FND_MESSAGE.GET_STRING('GMO', l_message_token);
1544: l_batch_prog_rec.PROGRESSION_ID := NULL;