DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_COVER_TIMES_V

Line 1033: FROM okc_cover_times_v

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

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

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