DBA Data[Home] [Help]

APPS.GR_ITEM_SAFETY dependencies on GR_ITEM_EXPLOSION_PROPERTIES

Line 213: FROM gr_item_explosion_properties ig1

209: ig1.explode_ingredient_flag,
210: ig1.organization_id,
211: ig1.inventory_item_id,
212: ig1.actual_hazard
213: FROM gr_item_explosion_properties ig1
214: WHERE ig1.organization_id = p_organization_id
215: AND ig1.inventory_item_id = p_copy_from_item;
216: LocalItemRecord c_get_item_general%ROWTYPE;
217:

Line 227: FROM gr_item_explosion_properties ig1

223:
224: CURSOR c_get_item_general_rowid
225: IS
226: SELECT ig1.ROWID
227: FROM gr_item_explosion_properties ig1
228: WHERE ig1.organization_id = p_organization_id
229: AND ig1.inventory_item_id = p_paste_to_item;
230: LocalPItemRecord c_get_item_general_rowid%ROWTYPE;
231:

Line 330: l_code_block := ' table - Update gr_item_explosion_properties';

326: **
327: ** Item General -- data is already there from the earlier
328: ** cursor read
329: */
330: l_code_block := ' table - Update gr_item_explosion_properties';
331: l_return_status := FND_API.G_RET_STS_SUCCESS;
332: /*
333: ** Check the copy from item exists.
334: */

Line 368: l_code_block := ' table - Insert gr_item_explosion_properties';

364: **
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,