DBA Data[Home] [Help]

APPS.OKL_INV_LINE_TYPE_DELETE_PVT dependencies on OKL_ILT_PVT

Line 24: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;

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

Line 27: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;

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:
30: BEGIN
31:

Line 47: Okl_Ilt_Pvt.delete_row(

43: p_ilsv_rec);
44: END LOOP;
45:
46: p_iltv_rec.id := p_ilt_del_rec.id;
47: Okl_Ilt_Pvt.delete_row(
48: p_api_version,
49: p_init_msg_list,
50: x_return_status,
51: x_msg_count,