DBA Data[Home] [Help]

APPS.AS_OSI_LEAD_PUB dependencies on AS_OSI_OVERLAY_BASE

Line 586: from as_osi_overlay_base

582: p_osi_ovm_tbl out OSI_OVM_TBL_TYPE
583: ) is
584: cursor ovm_cur is
585: select ovm_code, ovm_value
586: from as_osi_overlay_base
587: where nvl(enabled_flag,'Y') = 'Y'
588: order by 2;
589: l_osi_ovm_tbl OSI_OVM_TBL_TYPE := G_MISS_OSI_OVM_TBL;
590: ndx binary_integer := 0;