DBA Data[Home] [Help]

APPS.IBE_SHOP_LIST_MGMT_PVT dependencies on FND_PROFILE

Line 27: L_ORG_ID CONSTANT NUMBER := FND_Profile.Value('ORG_ID');

23: l_sl_line_tbl IBE_Shop_List_PVT.SL_Line_Tbl_Type
24: := IBE_Shop_List_PVT.G_MISS_SL_LINE_TBL;
25: l_sl_line_rel_tbl IBE_Shop_List_PVT.SL_Line_Rel_Tbl_Type
26: := IBE_Shop_List_PVT.G_MISS_SL_LINE_REL_TBL;
27: L_ORG_ID CONSTANT NUMBER := FND_Profile.Value('ORG_ID');
28: BEGIN
29: FOR i IN 1..p_inventory_item_id.COUNT LOOP
30: BEGIN
31: l_sl_line_tbl(i).inventory_item_id := p_inventory_item_id(i);