DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on OKL_K_HEADERS_V

Line 82: FROM Okl_K_Headers_V

78: -- TAPI validation ??
79: -- This cursor is used to validate the contract ID
80: CURSOR l_oklheaders_csr IS
81: SELECT 'x'
82: FROM Okl_K_Headers_V
83: WHERE id = p_contract_id;
84:
85: -- This cursor is used to make sure that the profile does not already exist for a contract.
86: CURSOR l_oklprtfl_csr IS