DBA Data[Home] [Help]

APPS.OKL_INV_TYPE_DELETE_PVT dependencies on OKL_INVC_FRMT_STRMS_V

Line 26: FROM okl_invc_frmt_strms_v

22: WHERE ity_id = p_ity_id;
23:
24: CURSOR inv_format_strms_csr (p_ilt_id NUMBER) IS
25: SELECT id
26: FROM okl_invc_frmt_strms_v
27: WHERE ilt_id = p_ilt_id;
28:
29: p_infv_rec Okl_Inf_Pvt.infv_rec_type;
30: p_ityv_rec Okl_Ity_Pvt.ityv_rec_type;