DBA Data[Home] [Help]

APPS.OKL_ITI_PVT dependencies on OKL_TRX_ASSETS

Line 39: -- Description : FK validation with OKL_TRX_ASSETS_V

35: ------------------------------1----------------------------------------------
36: -- Start of Commnets
37: -- Badrinath Kuchibholta
38: -- Procedure Name : Validate_tas_id
39: -- Description : FK validation with OKL_TRX_ASSETS_V
40: -- Business Rules :
41: -- Parameters : OUT Return Status, IN Rec Info
42: -- Version : 1.0
43: -- End of Commnets

Line 52: FROM OKL_TRX_ASSETS

48: CURSOR c_tas_id_validate(p_id number) is
49: SELECT 1
50: FROM DUAL
51: WHERE EXISTS (SELECT '1'
52: FROM OKL_TRX_ASSETS
53: WHERE id = p_id);
54:
55: BEGIN
56: -- initialize return status