DBA Data[Home] [Help]

APPS.OKL_REV_LOSS_PROV_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 79: FROM OKC_K_HEADERS_ALL_B

75:
76: -- Cursor to select the contract number for the given contract id
77: CURSOR contract_num_csr (p_ctr_num VARCHAR2) IS
78: SELECT id
79: FROM OKC_K_HEADERS_ALL_B
80: WHERE CONTRACT_NUMBER = p_ctr_num;
81:
82: BEGIN
83: