DBA Data[Home] [Help]

APPS.OKL_INV_TYPE_DELETE_PVT dependencies on OKL_ITY_PVT

Line 30: p_ityv_rec Okl_Ity_Pvt.ityv_rec_type;

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

Line 36: p_ityv_tbl Okl_Ity_Pvt.ityv_tbl_type;

32: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_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

Line 69: Okl_Ity_Pvt.delete_row(

65: p_iltv_rec);
66: END LOOP;
67:
68: p_ityv_rec.id := p_ity_del_rec.id;
69: Okl_Ity_Pvt.delete_row(
70: p_api_version,
71: p_init_msg_list,
72: x_return_status,
73: x_msg_count,