DBA Data[Home] [Help]

APPS.OKL_INV_LINE_TYPE_DELETE_PVT dependencies on OKL_INVC_FRMT_STRMS_V

Line 21: FROM okl_invc_frmt_strms_v

17: IS
18:
19: CURSOR inv_format_strms_csr (p_ilt_id NUMBER) IS
20: SELECT id
21: FROM okl_invc_frmt_strms_v
22: WHERE ilt_id = p_ilt_id;
23:
24: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;
25: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;