DBA Data[Home] [Help]

APPS.OKL_INV_TYPE_DELETE_PVT dependencies on OKL_ILS_PVT

Line 32: p_ilsv_rec Okl_Ils_Pvt.ilsv_rec_type;

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:
35: p_infv_tbl Okl_Inf_Pvt.infv_tbl_type;
36: p_ityv_tbl Okl_Ity_Pvt.ityv_tbl_type;

Line 38: p_ilsv_tbl Okl_Ils_Pvt.ilsv_tbl_type;

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

Line 49: Okl_Ils_Pvt.delete_row(

45: FOR inv_line_type IN inv_line_type_csr ( p_ity_del_rec.id ) LOOP
46:
47: FOR inv_format_strms IN inv_format_strms_csr( inv_line_type.id ) LOOP
48: p_ilsv_rec.id := inv_format_strms.id;
49: Okl_Ils_Pvt.delete_row(
50: p_api_version,
51: p_init_msg_list,
52: x_return_status,
53: x_msg_count,