DBA Data[Home] [Help]

APPS.OKL_INV_LINE_TYPE_DELETE_PVT dependencies on OKL_ILS_PVT

Line 25: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;

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;
26:
27: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;
28: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;
29:

Line 28: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;

24: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;
25: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;
26:
27: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;
28: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;
29:
30: BEGIN
31:
32: -- The delete routine works its way up the ER hierarchy

Line 37: Okl_Ils_Pvt.delete_row(

33:
34:
35: FOR inv_format_strms IN inv_format_strms_csr( p_ilt_del_rec.id ) LOOP
36: p_ilsv_rec.id := inv_format_strms.id;
37: Okl_Ils_Pvt.delete_row(
38: p_api_version,
39: p_init_msg_list,
40: x_return_status,
41: x_msg_count,