DBA Data[Home] [Help]

APPS.OE_ACCOUNTING dependencies on OE_INSTALL

Line 57: IF OE_INSTALL.Get_Active_Product = 'ONT' THEN

53: l_uninv_commitment_bal NUMBER := 0;
54:
55: BEGIN
56:
57: IF OE_INSTALL.Get_Active_Product = 'ONT' THEN
58:
59: SELECT
60: NVL(SUM( NVL(ordered_quantity,0) * NVL(unit_selling_price,0)),0)
61: INTO l_uninv_commitment_bal