DBA Data[Home] [Help]

APPS.IBE_SHOP_LIST_LINE_PKG dependencies on MO_GLOBAL

Line 138: DECODE(p_org_id, FND_API.G_MISS_NUM, MO_GLOBAL.get_current_org_id(), p_org_id))

134: DECODE(p_attribute12, FND_API.G_MISS_CHAR, NULL, p_attribute12),
135: DECODE(p_attribute13, FND_API.G_MISS_CHAR, NULL, p_attribute13),
136: DECODE(p_attribute14, FND_API.G_MISS_CHAR, NULL, p_attribute14),
137: DECODE(p_attribute15, FND_API.G_MISS_CHAR, NULL, p_attribute15),
138: DECODE(p_org_id, FND_API.G_MISS_NUM, MO_GLOBAL.get_current_org_id(), p_org_id))
139: RETURNING shp_list_item_id INTO x_shp_list_item_id;
140:
141: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
142: IBE_Util.Debug('Exit IBE_Shop_List_line_PKG.Insert row');