DBA Data[Home] [Help]

APPS.OKL_INV_FORMAT_DELETE_PVT dependencies on OKL_ILS_PVT

Line 39: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;

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;
43: p_ityv_tbl Okl_Ity_Pvt.ityv_tbl_type;

Line 45: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;

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:
49: -- The delete routine works its way up the ER hierarchy

Line 58: Okl_Ils_Pvt.delete_row(

54: FOR inv_line_type IN inv_line_type_csr ( inv_type.id ) LOOP
55:
56: FOR inv_format_strms IN inv_format_strms_csr(inv_line_type.id , p_inf_del_rec.id) LOOP
57: p_ilsv_rec.id := inv_format_strms.id;
58: Okl_Ils_Pvt.delete_row(
59: p_api_version,
60: p_init_msg_list,
61: x_return_status,
62: x_msg_count,