DBA Data[Home] [Help]

APPS.CSI_T_UTILITIES_PVT dependencies on OE_ORDER_PUB

Line 1345: l_line_tbl oe_order_pub.line_tbl_type;

1341: IS
1342:
1343: l_om_vld_org_id number;
1344: l_model_line_rec oe_order_lines_all%rowtype;
1345: l_line_tbl oe_order_pub.line_tbl_type;
1346: l_qty_ratio number;
1347: l_tc_ind number;
1348: l_txn_cascade_tbl csi_t_utilities_pvt.txn_cascade_tbl;
1349:

Line 1495: l_parent_line_rec oe_order_pub.line_rec_type := oe_order_pub.g_miss_line_rec;

1491: l_ext_attrib_tbl csi_t_datastructures_grp.txn_ext_attrib_vals_tbl;
1492: l_txn_systems_tbl csi_t_datastructures_grp.txn_systems_tbl;
1493:
1494: -- For Bug 3555078
1495: l_parent_line_rec oe_order_pub.line_rec_type := oe_order_pub.g_miss_line_rec;
1496: l_no_trackable_parent varchar2(1) := 'N';
1497: l_loop_quantity number := 0;
1498:
1499: l_api_name varchar2(30) := 'cascade';