DBA Data[Home] [Help]

APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT dependencies on OKC_K_HEADERS_B

Line 600: FROM OKC_K_HEADERS_B

596: -- populating the master lease agreement and credit line no
597: CURSOR c_mla_no(p_contract_id IN NUMBER) IS
598: SELECT id,
599: contract_number
600: FROM OKC_K_HEADERS_B
601: WHERE ID = p_contract_id;
602:
603:
604: