DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on OE_GLOBALS

Line 2037: g_oe_line_tbl(counter).operation := oe_globals.G_OPR_UPDATE;

2033: -- Bug# 1466909
2034: g_oe_line_tbl(counter) := OE_Order_PUB.G_MISS_LINE_REC;
2035: g_oe_line_tbl(counter).header_id := v_header_id;
2036: g_oe_line_tbl(counter).line_id := v_line_id;
2037: g_oe_line_tbl(counter).operation := oe_globals.G_OPR_UPDATE;
2038: g_oe_line_tbl(counter).veh_cus_item_cum_key_id := v_cum_record.cum_key_id;
2039: g_oe_line_tbl(counter).industry_attribute7 := TO_CHAR(v_cum_record.cum_qty);
2040: g_oe_line_tbl(counter).industry_attribute8 := v_cum_record.cust_uom_code;
2041: g_oe_line_tbl(counter).org_id := v_org_id;

Line 5603: g_oe_tmp_line_tbl(x_counter).operation := oe_globals.G_OPR_UPDATE;

5599: g_oe_tmp_line_tbl(x_counter).header_id := v_header_id;
5600: --
5601: g_oe_tmp_line_tbl(x_counter).line_id := v_line_id;
5602: --
5603: g_oe_tmp_line_tbl(x_counter).operation := oe_globals.G_OPR_UPDATE;
5604: --
5605: g_oe_tmp_line_tbl(x_counter).veh_cus_item_cum_key_id :=
5606: x_cum_records(x_index).cum_key_id;
5607: g_oe_tmp_line_tbl(x_counter).industry_attribute7 :=