DBA Data[Home] [Help]

APPS.OKL_INV_FORMAT_DELETE_PVT dependencies on OKL_ITY_PVT

Line 37: p_ityv_rec Okl_Ity_Pvt.ityv_rec_type;

33: WHERE (inf_id = p_inf_id OR
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:

Line 43: p_ityv_tbl Okl_Ity_Pvt.ityv_tbl_type;

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

Line 79: Okl_Ity_Pvt.delete_row(

75: END LOOP;
76:
77: p_ityv_rec.id := inv_type.id;
78:
79: Okl_Ity_Pvt.delete_row(
80: p_api_version,
81: p_init_msg_list,
82: x_return_status,
83: x_msg_count,