DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on OE_GLOBALS

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

2023: -- Bug# 1466909
2024: g_oe_line_tbl(counter) := OE_Order_PUB.G_MISS_LINE_REC;
2025: g_oe_line_tbl(counter).header_id := v_header_id;
2026: g_oe_line_tbl(counter).line_id := v_line_id;
2027: g_oe_line_tbl(counter).operation := oe_globals.G_OPR_UPDATE;
2028: g_oe_line_tbl(counter).veh_cus_item_cum_key_id := v_cum_record.cum_key_id;
2029: g_oe_line_tbl(counter).industry_attribute7 := TO_CHAR(v_cum_record.cum_qty);
2030: g_oe_line_tbl(counter).industry_attribute8 := v_cum_record.cust_uom_code;
2031: g_oe_line_tbl(counter).org_id := v_org_id;

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

5589: g_oe_tmp_line_tbl(x_counter).header_id := v_header_id;
5590: --
5591: g_oe_tmp_line_tbl(x_counter).line_id := v_line_id;
5592: --
5593: g_oe_tmp_line_tbl(x_counter).operation := oe_globals.G_OPR_UPDATE;
5594: --
5595: g_oe_tmp_line_tbl(x_counter).veh_cus_item_cum_key_id :=
5596: x_cum_records(x_index).cum_key_id;
5597: g_oe_tmp_line_tbl(x_counter).industry_attribute7 :=