DBA Data[Home] [Help]

APPS.GR_ITEM_SAFETY dependencies on GR_ITEM_EXPLOSION_PROP_PKG

Line 315: GR_ITEM_EXPLOSION_PROP_PKG.Check_Primary_Key

311: CLOSE c_get_item_general;
312: /*
313: ** Check the paste to item does not exist
314: */
315: GR_ITEM_EXPLOSION_PROP_PKG.Check_Primary_Key
316: (p_organization_id,
317: p_paste_to_item,
318: l_called_by_form,
319: l_rowid,

Line 339: GR_ITEM_EXPLOSION_PROP_PKG.Update_Row

335: OPEN c_get_item_general_rowid;
336: FETCH c_get_item_general_rowid INTO LocalPItemRecord;
337: CLOSE c_get_item_general_rowid;
338:
339: GR_ITEM_EXPLOSION_PROP_PKG.Update_Row
340: (l_commit,
341: l_called_by_form,
342: LocalPItemRecord.rowid,
343: LocalItemRecord.ingredient_flag,

Line 369: GR_ITEM_EXPLOSION_PROP_PKG.Insert_Row

365: ** Item General -- data is already there from the earlier
366: ** cursor read
367: */
368: l_code_block := ' table - Insert gr_item_explosion_properties';
369: GR_ITEM_EXPLOSION_PROP_PKG.Insert_Row
370: (l_commit,
371: l_called_by_form,
372: LocalItemRecord.ingredient_flag,
373: LocalItemRecord.explode_ingredient_flag,