DBA Data[Home] [Help]

APPS.OKL_TAL_PVT dependencies on OKL_TRX_ASSETS

Line 49: -- Description : FK validation with OKL_TRX_ASSETS_V

45: ------------------------------1----------------------------------------------
46: -- Start of Commnets
47: -- Badrinath Kuchibholta
48: -- Procedure Name : Validate_tas_id
49: -- Description : FK validation with OKL_TRX_ASSETS_V
50: -- Business Rules :
51: -- Parameters : OUT Return Status, IN Rec Info
52: -- Version : 1.0
53: -- End of Commnets

Line 63: FROM OKL_TRX_ASSETS

59: CURSOR c_tas_id_validate(p_id number) is
60: SELECT 1
61: FROM DUAL
62: WHERE EXISTS (SELECT id
63: FROM OKL_TRX_ASSETS
64: WHERE id = p_id);
65:
66: BEGIN
67: -- initialize return status