DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_COVER_TIMES_V

Line 1034: FROM okc_cover_times_v

1030: p_to_chr_id IN NUMBER) IS
1031:
1032: Cursor l_ctiv_csr Is
1033: SELECT tve_id
1034: FROM okc_cover_times_v
1035: WHERE RUL_ID = p_from_rul_id;
1036:
1037: l_new_tve_id NUMBER;
1038: l_ctiv_rec ctiv_rec_type;

Line 1045: -- get all cover times records from okc_cover_times_v

1041:
1042: BEGIN
1043:
1044: -------------------------------------------------------------------------
1045: -- get all cover times records from okc_cover_times_v
1046: -- if timevalue not copied, copy time value
1047: -- copy cover time record
1048: -------------------------------------------------------------------------
1049: