DBA Data[Home] [Help]

APPS.OKL_INV_FORMAT_DELETE_PVT dependencies on OKL_ILT_PVT

Line 38: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;

34: ilt_id = p_ilt_id);
35:
36: p_infv_rec Okl_Inf_Pvt.infv_rec_type;
37: p_ityv_rec Okl_Ity_Pvt.ityv_rec_type;
38: p_iltv_rec Okl_Ilt_Pvt.iltv_rec_type;
39: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;
40:
41:
42: p_infv_tbl Okl_Inf_Pvt.infv_tbl_type;

Line 44: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;

40:
41:
42: p_infv_tbl Okl_Inf_Pvt.infv_tbl_type;
43: p_ityv_tbl Okl_Ity_Pvt.ityv_tbl_type;
44: p_iltv_tbl Okl_Ilt_Pvt.iltv_tbl_type;
45: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;
46:
47: BEGIN
48:

Line 68: Okl_Ilt_Pvt.delete_row(

64: p_ilsv_rec);
65: END LOOP;
66:
67: p_iltv_rec.id := inv_line_type.id;
68: Okl_Ilt_Pvt.delete_row(
69: p_api_version,
70: p_init_msg_list,
71: x_return_status,
72: x_msg_count,