DBA Data[Home] [Help]

APPS.OKL_INV_FORMAT_DELETE_PVT dependencies on OKL_INF_PVT

Line 36: p_infv_rec Okl_Inf_Pvt.infv_rec_type;

32: FROM okl_invc_frmt_strms_v
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:

Line 42: p_infv_tbl Okl_Inf_Pvt.infv_tbl_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;
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:

Line 90: Okl_Inf_Pvt.delete_row(

86:
87: END LOOP;
88:
89: p_infv_rec.id := p_inf_del_rec.id;
90: Okl_Inf_Pvt.delete_row(
91: p_api_version,
92: p_init_msg_list,
93: x_return_status,
94: x_msg_count,