DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_PVT dependencies on OKL_AM_ASSET_RETURNS_UV

Line 1607: l_asset_number okl_am_asset_returns_uv.asset_number%TYPE;

1603: WHERE OTQB.ART_ID = OAR.ID
1604: AND OTQB.ART_ID = p_art_id;
1605:
1606: --SECHAWLA 22-JAN-03 Bug # 2762419 : new declarations
1607: l_asset_number okl_am_asset_returns_uv.asset_number%TYPE;
1608:
1609: --Bug 3918852 fix starts
1610: --define the cursor to obtain meaning for a given lookup type and code
1611: CURSOR l_lookup_meaning_csr(p_lookup_type VARCHAR2, p_lookup_code VARCHAR2)