DBA Data[Home] [Help]

APPS.OKL_INV_TYPE_DELETE_PVT dependencies on OKL_ILT_PVT

Line 31: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;

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;
31: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;
32: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;
33:
34:
35: p_infv_tbl Okl_Inf_Pvt.infv_tbl_type;

Line 37: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;

33:
34:
35: p_infv_tbl Okl_Inf_Pvt.infv_tbl_type;
36: p_ityv_tbl Okl_Ity_Pvt.ityv_tbl_type;
37: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;
38: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;
39:
40: BEGIN
41:

Line 59: Okl_Ilt_Pvt.delete_row(

55: p_ilsv_rec);
56: END LOOP;
57:
58: p_iltv_rec.id := inv_line_type.id;
59: Okl_Ilt_Pvt.delete_row(
60: p_api_version,
61: p_init_msg_list,
62: x_return_status,
63: x_msg_count,