DBA Data[Home] [Help]

APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT dependencies on OKC_K_HEADERS_B

Line 554: FROM OKC_K_HEADERS_B

550: -- populating the master lease agreement and credit line no
551: CURSOR c_mla_no(p_contract_id IN NUMBER) IS
552: SELECT id,
553: contract_number
554: FROM OKC_K_HEADERS_B
555: WHERE ID = p_contract_id;
556:
557:
558: