DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on STANDARD

Line 313: ** Get the system standard unit of measure

309: RAISE Concentration_Delete_Error;
310: END IF;
311:
312: /*
313: ** Get the system standard unit of measure
314: */
315: l_code_block := 'Get the system standard unit of measure';
316:
317: --

Line 315: l_code_block := 'Get the system standard unit of measure';

311:
312: /*
313: ** Get the system standard unit of measure
314: */
315: l_code_block := 'Get the system standard unit of measure';
316:
317: --
318: GMD_API_GRP.FETCH_PARM_VALUES( p_organization_id,
319: 'FM_YIELD_TYPE',

Line 392: ** back to the system standard unit of measure.

388:
389: /*
390: ** Get the effective formula and calculate the yield
391: ** by summing the total of the top level ingredients
392: ** back to the system standard unit of measure.
393: */
394: l_code_block := 'Calculate the yield';
395: l_explosion_list(1).organization_id := p_organization_id;
396: l_explosion_list(1).inventory_item_id := p_inventory_item_id;