DBA Data[Home] [Help]

APPS.INV_SHORTSTATEMENT_PVT dependencies on OE_INSTALL

Line 106: L_Order_System := OE_INSTALL.Get_Active_Product;

102: L_Check_rep := 2;
103: END IF;
104: --
105: -- Determine whether Order Entry or Order Management is installed.
106: L_Order_System := OE_INSTALL.Get_Active_Product;
107: --
108: L_Statement := 'DECLARE '||FND_GLOBAL.Newline||
109: ' L_Organization_id NUMBER; '||FND_GLOBAL.Newline||
110: ' L_Inventory_item_id NUMBER; '||FND_GLOBAL.Newline||

Line 1119: L_Order_System := OE_INSTALL.Get_Active_Product;

1115: L_Check_rep := 2;
1116: END IF;
1117: --
1118: -- Determine whether Order Entry or Order Management is installed.
1119: L_Order_System := OE_INSTALL.Get_Active_Product;
1120: --
1121: L_Statement := 'DECLARE '||FND_GLOBAL.Newline||
1122: ' L_Organization_id NUMBER; '||FND_GLOBAL.Newline||
1123: ' L_Inventory_item_id NUMBER; '||FND_GLOBAL.Newline||