DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on OZF_ORDER_PRICE_PVT

Line 472: -- p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,

468: --
469: -- PARAMETERS
470: -- p_resale_line_int_rec IN OZF_RESALE_COMMON_PVT.g_interface_rec_csr%rowtype,
471: -- p_resale_line_rec IN OZF_RESALE_LINES_ALL%rowtype,
472: -- p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,
473: -- p_header_id IN NUMBER,
474: -- p_resale_batch_id IN NUMBER,
475: -- p_inventory_tracking IN BOOLEAN,
476: -- p_price_diff_fund_id IN NUMBER,

Line 494: p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,

490:
491: PROCEDURE Process_One_Line(
492: p_resale_line_int_rec IN OZF_RESALE_COMMON_PVT.g_interface_rec_csr%rowtype,
493: p_resale_line_rec IN OZF_RESALE_LINES%rowtype,
494: p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,
495: p_header_id IN NUMBER,
496: p_resale_batch_id IN NUMBER,
497: p_inventory_tracking IN BOOLEAN,
498: p_price_diff_fund_id IN NUMBER,

Line 537: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;

533: INDEX BY binary_integer;
534:
535: l_line_ldets_tbl line_ldets_tbl_type;
536: l_line_id NUMBER := NULL;
537: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
538:
539: --j NUMBER :=1;
540: m NUMBER := 1;
541:

Line 1515: p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,

1511:
1512: PROCEDURE Process_One_Line(
1513: p_resale_line_int_rec IN OZF_RESALE_COMMON_PVT.g_interface_rec_csr%rowtype,
1514: p_resale_line_rec IN OZF_RESALE_LINES%rowtype,
1515: p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,
1516: p_header_id IN NUMBER,
1517: p_resale_batch_id IN NUMBER,
1518: p_inventory_tracking IN BOOLEAN,
1519: p_price_diff_fund_id IN NUMBER,

Line 1554: p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,

1550: END Process_One_Line;
1551: PROCEDURE Process_One_Line(
1552: p_resale_line_int_rec IN OZF_RESALE_COMMON_PVT.g_interface_rec_csr%rowtype,
1553: p_resale_line_rec IN OZF_RESALE_LINES%rowtype,
1554: p_line_result_rec IN OZF_ORDER_PRICE_PVT.LINE_REC_TYPE,
1555: p_header_id IN NUMBER,
1556: p_resale_batch_id IN NUMBER,
1557: p_inventory_tracking IN BOOLEAN,
1558: p_price_diff_fund_id IN NUMBER,

Line 1595: -- p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,

1591: -- on the discount information.
1592: --
1593: -- PARAMETERS
1594: -- p_resale_batch_id IN NUMBER,
1595: -- p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,
1596: -- p_caller_type IN VARCHAR2,
1597: -- x_return_status OUT NOCOPY VARCHAR2
1598: --
1599: -- NOTES

Line 1610: p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,

1606:
1607:
1608: PROCEDURE Process_Pricing_Result(
1609: p_resale_batch_id IN NUMBER,
1610: p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,
1611: p_caller_type IN VARCHAR2,
1612: p_run_mode IN VARCHAR2,
1613: p_draft_run_id IN NUMBER,
1614: x_return_status OUT NOCOPY VARCHAR2,

Line 2261: p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,

2257:
2258: -- Bug 14194884 - TPA In Draft Mode ER
2259: PROCEDURE Process_Pricing_Result(
2260: p_resale_batch_id IN NUMBER,
2261: p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,
2262: p_caller_type IN VARCHAR2,
2263: x_return_status OUT NOCOPY VARCHAR2,
2264: x_ozf_act_budgets_tbl IN OUT NOCOPY OZF_UTILITY_PVT.ozf_act_budgets_table,
2265: x_ozf_funds_new_tbl IN OUT NOCOPY OZF_UTILITY_PVT.ozf_funds_table

Line 2287: p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,

2283: );
2284: END Process_Pricing_Result;
2285: PROCEDURE Process_Pricing_Result(
2286: p_resale_batch_id IN NUMBER,
2287: p_line_tbl IN OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE,
2288: p_caller_type IN VARCHAR2,
2289: x_return_status OUT NOCOPY VARCHAR2
2290: )
2291: IS

Line 2381: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;

2377: l_order_set_tbl resale_lines_tbl_type;
2378:
2379: l_control_rec QP_PREQ_GRP.CONTROL_RECORD_TYPE;
2380:
2381: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;
2382: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
2383: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;
2384:
2385: p NUMBER;

Line 2382: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;

2378:
2379: l_control_rec QP_PREQ_GRP.CONTROL_RECORD_TYPE;
2380:
2381: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;
2382: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
2383: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;
2384:
2385: p NUMBER;
2386: k NUMBER;

Line 2383: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;

2379: l_control_rec QP_PREQ_GRP.CONTROL_RECORD_TYPE;
2380:
2381: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;
2382: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
2383: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;
2384:
2385: p NUMBER;
2386: k NUMBER;
2387:

Line 2525: IF OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.DELETE; END IF;

2521: IF l_order_set_tbl.EXISTS(1) THEN l_order_set_tbl.DELETE; END IF;
2522: IF l_line_tbl.EXISTS(1) THEN l_line_tbl.DELETE; END IF;
2523: IF l_ldets_tbl.EXISTS(1) THEN l_ldets_tbl.DELETE; END IF;
2524: IF l_related_lines_tbl.EXISTS(1) THEN l_related_lines_tbl.DELETE; END IF;
2525: IF OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.DELETE; END IF;
2526: IF OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.DELETE; END IF;
2527:
2528: -- get order_header_rec
2529: OPEN order_header_csr(l_header_id_tbl(i).resale_header_id);

Line 2526: IF OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.DELETE; END IF;

2522: IF l_line_tbl.EXISTS(1) THEN l_line_tbl.DELETE; END IF;
2523: IF l_ldets_tbl.EXISTS(1) THEN l_ldets_tbl.DELETE; END IF;
2524: IF l_related_lines_tbl.EXISTS(1) THEN l_related_lines_tbl.DELETE; END IF;
2525: IF OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.DELETE; END IF;
2526: IF OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.DELETE; END IF;
2527:
2528: -- get order_header_rec
2529: OPEN order_header_csr(l_header_id_tbl(i).resale_header_id);
2530: FETCH order_header_csr INTO l_header_rec;

Line 2568: l_line_tbl(j).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_LINE_TYPE;

2564: END IF;
2565: -- INSERT INTO l_line_tbl
2566: l_line_tbl(j).line_index := j;
2567: l_line_tbl(j).line_id := l_order_set_tbl(j).resale_line_id;
2568: l_line_tbl(j).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_LINE_TYPE;
2569: --l_line_tbl(j).pricing_effective_date := l_order_set_tbl(j).date_ordered;
2570: l_line_tbl(j).active_date_first := l_order_set_tbl(j).date_ordered;
2571: l_line_tbl(j).active_date_first_type := 'ORD';
2572: l_line_tbl(j).active_date_second := l_order_set_tbl(j).date_shipped;

Line 2630: -- The real global structure will be populate in ozf_order_price_pvt.

2626:
2627:
2628: -- populate the order_price global line arrary
2629: -- Here I only populate the values of the qualifiers for ONT.
2630: -- The real global structure will be populate in ozf_order_price_pvt.
2631: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2632:
2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;

Line 2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;

2629: -- Here I only populate the values of the qualifiers for ONT.
2630: -- The real global structure will be populate in ozf_order_price_pvt.
2631: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2632:
2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);

Line 2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;

2630: -- The real global structure will be populate in ozf_order_price_pvt.
2631: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2632:
2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;

Line 2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;

2631: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2632:
2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;

Line 2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;

2632:
2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;

Line 2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);

2633: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;

Line 2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;

2634: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;

Line 2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;

2635: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_header_rec.order_type_id;
2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;

Line 2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;

2636: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

Line 2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;

2637: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity);
2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

Line 2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;

2638: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

Line 2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;

2639: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;

Line 2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

2640: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;

Line 2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

2641: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;

Line 2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

2642: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
2650:

Line 2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;

2643: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
2650:
2651: --//ER 13333298

Line 2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;

2644: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
2650:
2651: --//ER 13333298
2652: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;

Line 2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;

2645: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2646: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2647: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
2650:
2651: --//ER 13333298
2652: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2653: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN

Line 2652: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;

2648: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
2649: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
2650:
2651: --//ER 13333298
2652: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2653: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN
2654: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));
2655: ELSIF G_ORDER_GL_PHASE = 'SHIPPED' THEN
2656: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);

Line 2654: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));

2650:
2651: --//ER 13333298
2652: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2653: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN
2654: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));
2655: ELSIF G_ORDER_GL_PHASE = 'SHIPPED' THEN
2656: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);
2657: END IF;*/
2658:

Line 2656: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);

2652: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2653: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN
2654: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));
2655: ELSIF G_ORDER_GL_PHASE = 'SHIPPED' THEN
2656: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);
2657: END IF;*/
2658:
2659: --13552986
2660: IF G_IDSM_PRICING_ADJ_BASIS = 'INVOICE_DATE' THEN

Line 2661: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));

2657: END IF;*/
2658:
2659: --13552986
2660: IF G_IDSM_PRICING_ADJ_BASIS = 'INVOICE_DATE' THEN
2661: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));
2662: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'SHIP_DATE' THEN
2663: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);
2664: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'ORDER_DATE' THEN
2665: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;

Line 2663: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);

2659: --13552986
2660: IF G_IDSM_PRICING_ADJ_BASIS = 'INVOICE_DATE' THEN
2661: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));
2662: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'SHIP_DATE' THEN
2663: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);
2664: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'ORDER_DATE' THEN
2665: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2666: END IF;
2667:

Line 2665: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;

2661: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_invoiced,NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered));
2662: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'SHIP_DATE' THEN
2663: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := NVL(l_order_set_tbl(j).date_shipped,l_order_set_tbl(j).date_ordered);
2664: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'ORDER_DATE' THEN
2665: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2666: END IF;
2667:
2668: -- R12 Populate Global Resale Structure (+)
2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';

Line 2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';

2665: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2666: END IF;
2667:
2668: -- R12 Populate Global Resale Structure (+)
2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;

Line 2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;

2666: END IF;
2667:
2668: -- R12 Populate Global Resale Structure (+)
2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;

Line 2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;

2667:
2668: -- R12 Populate Global Resale Structure (+)
2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;

Line 2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';

2668: -- R12 Populate Global Resale Structure (+)
2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;

Line 2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;

2669: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;

Line 2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;

2670: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;

Line 2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;

2671: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;

Line 2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;

2672: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;

Line 2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;

2673: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;

Line 2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;

2674: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;

Line 2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;

2675: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;

Line 2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;

2676: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;

Line 2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;

2677: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

Line 2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;

2678: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;

Line 2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;

2679: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

Line 2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;

2680: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

Line 2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

2681: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;

Line 2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;

2682: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;

Line 2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

2683: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;

Line 2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

2684: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;

Line 2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;

2685: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;

Line 2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;

2686: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;

Line 2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;

2687: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??

Line 2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;

2688: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;

Line 2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;

2689: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;

Line 2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;

2690: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;

Line 2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??

2691: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;

Line 2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;

2692: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;

Line 2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;

2693: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;

Line 2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;

2694: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;

Line 2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;

2695: --OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := ??
2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;

Line 2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;

2696: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_header_id_tbl(i).header_attribute_category;
2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;

Line 2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;

2697: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_header_id_tbl(i).header_attribute1;
2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;

Line 2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;

2698: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_header_id_tbl(i).header_attribute2;
2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;

Line 2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;

2699: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_header_id_tbl(i).header_attribute3;
2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;

Line 2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;

2700: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_header_id_tbl(i).header_attribute4;
2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;

Line 2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;

2701: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_header_id_tbl(i).header_attribute5;
2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;

Line 2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;

2702: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_header_id_tbl(i).header_attribute6;
2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;

Line 2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;

2703: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_header_id_tbl(i).header_attribute7;
2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;

Line 2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;

2704: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_header_id_tbl(i).header_attribute8;
2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;

Line 2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;

2705: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_header_id_tbl(i).header_attribute9;
2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;

Line 2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;

2706: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_header_id_tbl(i).header_attribute10;
2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;

Line 2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;

2707: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_header_id_tbl(i).header_attribute11;
2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;

Line 2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;

2708: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_header_id_tbl(i).header_attribute12;
2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;

Line 2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;

2709: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_header_id_tbl(i).header_attribute13;
2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;

Line 2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;

2710: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_header_id_tbl(i).header_attribute14;
2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;

Line 2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;

2711: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_header_id_tbl(i).header_attribute15;
2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;

Line 2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;

2712: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;

Line 2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;

2713: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;

Line 2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;

2714: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;

Line 2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;

2715: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;

Line 2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;

2716: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;

Line 2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;

2717: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;

Line 2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;

2718: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;

Line 2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;

2719: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
2727: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;

Line 2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;

2720: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
2727: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
2728: -- R12 Populate Global Resale Structure (-)

Line 2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;

2721: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
2727: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
2728: -- R12 Populate Global Resale Structure (-)
2729:

Line 2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;

2722: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
2727: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
2728: -- R12 Populate Global Resale Structure (-)
2729:
2730:

Line 2727: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;

2723: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
2724: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
2725: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
2726: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
2727: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
2728: -- R12 Populate Global Resale Structure (-)
2729:
2730:
2731:

Line 2742: l_line_tbl(k).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_HEADER_TYPE;

2738: -- build summary line
2739: k := l_order_set_tbl.LAST + 1;
2740: l_line_tbl(k).line_index := k;
2741: l_line_tbl(k).line_id := NULL;
2742: l_line_tbl(k).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_HEADER_TYPE;
2743: --l_line_tbl(k).pricing_effective_date := l_header_rec.date_ordered;
2744: l_line_tbl(k).active_date_first := l_header_rec.date_ordered;
2745: l_line_tbl(k).active_date_first_type := 'ORD'; -- Change because of ONT QP order 'NO TYPE';
2746: l_line_tbl(k).active_date_second := l_header_rec.date_shipped;

Line 2779: -- The real global structure will be populate in ozf_order_price_pvt.

2775:
2776:
2777: -- populate the order_price global header structure
2778: -- Here I only populate the values of the qualifiers for ONT.
2779: -- The real global structure will be populate in ozf_order_price_pvt.
2780: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2781:
2782: -- Might be able to add more value here.
2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;

Line 2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;

2779: -- The real global structure will be populate in ozf_order_price_pvt.
2780: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2781:
2782: -- Might be able to add more value here.
2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;
2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;

Line 2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;

2780: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
2781:
2782: -- Might be able to add more value here.
2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;
2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;

Line 2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;

2781:
2782: -- Might be able to add more value here.
2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;
2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;

Line 2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;

2782: -- Might be able to add more value here.
2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;
2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;

Line 2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;

2783: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;
2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;

Line 2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;

2784: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_header_rec.order_type_id;
2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;

Line 2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;

2785: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_header_rec.bill_to_cust_account_id;
2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;

Line 2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;

2786: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_header_rec.bill_to_site_use_id;
2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;
2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;

Line 2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;

2787: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_header_rec.ship_to_site_use_id;
2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;
2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;
2795:

Line 2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;

2788: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_header_rec.bill_to_party_id;
2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;
2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;
2795:
2796: --//ER 13333298

Line 2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;

2789: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_header_rec.bill_to_party_site_id;
2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;
2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;
2795:
2796: --//ER 13333298
2797: --OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;

Line 2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;

2790: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_header_rec.ship_to_party_id;
2791: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_header_rec.ship_to_party_site_id;
2792: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;
2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;
2795:
2796: --//ER 13333298
2797: --OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;
2798: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN

Line 2797: --OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;

2793: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_header_rec.date_ordered;
2794: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_header_rec.date_ordered;
2795:
2796: --//ER 13333298
2797: --OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;
2798: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN
2799: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));
2800: ELSIF G_ORDER_GL_PHASE = 'SHIPPED' THEN
2801: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);

Line 2799: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));

2795:
2796: --//ER 13333298
2797: --OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;
2798: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN
2799: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));
2800: ELSIF G_ORDER_GL_PHASE = 'SHIPPED' THEN
2801: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);
2802: END IF;*/
2803:

Line 2801: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);

2797: --OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;
2798: /*IF G_ORDER_GL_PHASE = 'INVOICED' THEN
2799: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));
2800: ELSIF G_ORDER_GL_PHASE = 'SHIPPED' THEN
2801: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date :=NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);
2802: END IF;*/
2803:
2804: --13552986
2805:

Line 2807: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));

2803:
2804: --13552986
2805:
2806: IF G_IDSM_PRICING_ADJ_BASIS = 'INVOICE_DATE' THEN
2807: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));
2808: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'SHIP_DATE' THEN
2809: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);
2810: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'ORDER_DATE' THEN
2811: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;

Line 2809: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);

2805:
2806: IF G_IDSM_PRICING_ADJ_BASIS = 'INVOICE_DATE' THEN
2807: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));
2808: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'SHIP_DATE' THEN
2809: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);
2810: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'ORDER_DATE' THEN
2811: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;
2812: END IF;
2813:

Line 2811: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;

2807: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_order_set_tbl(1).date_invoiced,NVL(l_header_rec.date_shipped,l_header_rec.date_ordered));
2808: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'SHIP_DATE' THEN
2809: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := NVL(l_header_rec.date_shipped,l_header_rec.date_ordered);
2810: ELSIF G_IDSM_PRICING_ADJ_BASIS = 'ORDER_DATE' THEN
2811: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_header_rec.date_ordered;
2812: END IF;
2813:
2814:
2815:

Line 2820: OZF_ORDER_PRICE_PVT.Get_Order_Price (

2816: IF OZF_DEBUG_LOW_ON THEN
2817: ozf_utility_PVT.debug_message(l_api_name||'>> Calling Get_Order_');
2818: END IF;
2819:
2820: OZF_ORDER_PRICE_PVT.Get_Order_Price (
2821: p_api_version => 1.0
2822: ,p_init_msg_list => FND_API.G_FALSE
2823: ,p_commit => FND_API.G_FALSE
2824: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 3529: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;

3525: l_order_set_tbl resale_lines_tbl_type;
3526:
3527: l_control_rec QP_PREQ_GRP.CONTROL_RECORD_TYPE;
3528:
3529: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;
3530: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
3531: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;
3532:
3533: p NUMBER;

Line 3530: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;

3526:
3527: l_control_rec QP_PREQ_GRP.CONTROL_RECORD_TYPE;
3528:
3529: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;
3530: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
3531: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;
3532:
3533: p NUMBER;
3534: k NUMBER;

Line 3531: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;

3527: l_control_rec QP_PREQ_GRP.CONTROL_RECORD_TYPE;
3528:
3529: l_line_tbl OZF_ORDER_PRICE_PVT.LINE_REC_TBL_TYPE;
3530: l_ldets_tbl OZF_ORDER_PRICE_PVT.LDETS_TBL_TYPE;
3531: l_related_lines_tbl OZF_ORDER_PRICE_PVT.RLTD_LINE_TBL_TYPE;
3532:
3533: p NUMBER;
3534: k NUMBER;
3535:

Line 3902: IF OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.DELETE; END IF;

3898: IF l_order_set_tbl.EXISTS(1) THEN l_order_set_tbl.DELETE; END IF;
3899: IF l_line_tbl.EXISTS(1) THEN l_line_tbl.DELETE; END IF;
3900: IF l_ldets_tbl.EXISTS(1) THEN l_ldets_tbl.DELETE; END IF;
3901: IF l_related_lines_tbl.EXISTS(1) THEN l_related_lines_tbl.DELETE; END IF;
3902: IF OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.DELETE; END IF;
3903: IF OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.DELETE; END IF;
3904:
3905: FETCH order_set_csr BULK COLLECT INTO l_order_set_tbl LIMIT G_BULK_LIMIT;
3906: IF l_order_set_tbl.FIRST IS NULL THEN

Line 3903: IF OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.DELETE; END IF;

3899: IF l_line_tbl.EXISTS(1) THEN l_line_tbl.DELETE; END IF;
3900: IF l_ldets_tbl.EXISTS(1) THEN l_ldets_tbl.DELETE; END IF;
3901: IF l_related_lines_tbl.EXISTS(1) THEN l_related_lines_tbl.DELETE; END IF;
3902: IF OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL.DELETE; END IF;
3903: IF OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.EXISTS(1) THEN OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL.DELETE; END IF;
3904:
3905: FETCH order_set_csr BULK COLLECT INTO l_order_set_tbl LIMIT G_BULK_LIMIT;
3906: IF l_order_set_tbl.FIRST IS NULL THEN
3907: EXIT;

Line 3944: l_line_tbl(j).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_LINE_TYPE;

3940:
3941: -- INSERT INTO l_line_tbl
3942: l_line_tbl(j).line_index := j;
3943: l_line_tbl(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3944: l_line_tbl(j).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_LINE_TYPE;
3945: l_line_tbl(j).pricing_effective_date := l_order_set_tbl(j).date_ordered;
3946: l_line_tbl(j).active_date_first := l_order_set_tbl(j).date_ordered;
3947: l_line_tbl(j).active_date_first_type := 'ORD';
3948: l_line_tbl(j).active_date_second := l_order_set_tbl(j).date_shipped;

Line 3992: -- The real global structure will be populate in ozf_order_price_pvt.

3988: -- l_line_tbl(j).LINE_CATEGORY := NULL;
3989:
3990: -- populate the order_price global line arrary
3991: -- Here I only populate the values of the qualifiers for ONT.
3992: -- The real global structure will be populate in ozf_order_price_pvt.
3993: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
3994:
3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;

Line 3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;

3991: -- Here I only populate the values of the qualifiers for ONT.
3992: -- The real global structure will be populate in ozf_order_price_pvt.
3993: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
3994:
3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928

Line 3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;

3992: -- The real global structure will be populate in ozf_order_price_pvt.
3993: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
3994:
3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;

Line 3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;

3993: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
3994:
3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;

Line 3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;

3994:
3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;

Line 3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928

3995: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).header_id := l_order_set_tbl.LAST + 1;
3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;

Line 4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;

3996: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;

Line 4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;

3997: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).line_type_id := l_order_set_tbl(j).order_type_id;
3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;

Line 4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;

3998: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).inventory_item_id := l_order_set_tbl(j).inventory_item_id;
3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

Line 4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;

3999: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ordered_quantity := ABS(l_order_set_tbl(j).quantity); -- BUG 4581928
4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

Line 4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;

4000: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).order_quantity_uom := l_order_set_tbl(j).uom_code;
4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

Line 4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;

4001: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_org_id := l_order_set_tbl(j).bill_to_site_use_id;
4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;

Line 4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

4002: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_org_id := l_order_set_tbl(j).ship_to_site_use_id;
4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;

Line 4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

4003: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_to_org_id := l_order_set_tbl(j).bill_to_cust_account_id;
4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;

Line 4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

4004: --OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).sold_from_org_id := l_order_set_tbl(j).sold_from_cust_account_id;
4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;

Line 4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;

4005: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
4013:

Line 4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;

4006: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).invoice_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
4013:
4014: -- R12 Populate Global Resale Structure (+)

Line 4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;

4007: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
4013:
4014: -- R12 Populate Global Resale Structure (+)
4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';

Line 4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;

4008: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4009: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).price_list_id := l_line_tbl(j).price_list_id;
4010: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).request_date := l_order_set_tbl(j).date_ordered;
4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
4013:
4014: -- R12 Populate Global Resale Structure (+)
4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;

Line 4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';

4011: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).actual_shipment_date := l_order_set_tbl(j).date_shipped;
4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
4013:
4014: -- R12 Populate Global Resale Structure (+)
4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;

Line 4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;

4012: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
4013:
4014: -- R12 Populate Global Resale Structure (+)
4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;

Line 4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;

4013:
4014: -- R12 Populate Global Resale Structure (+)
4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;

Line 4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';

4014: -- R12 Populate Global Resale Structure (+)
4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;

Line 4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;

4015: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;

Line 4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;

4016: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;

Line 4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;

4017: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;

Line 4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;

4018: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;

Line 4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;

4019: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;

Line 4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;

4020: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;
4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;

Line 4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;

4021: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_movement_type := l_order_set_tbl(j).product_transfer_movement_type;
4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;

Line 4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;

4022: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).product_transfer_date := l_order_set_tbl(j).product_transfer_date;
4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;

Line 4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;

4023: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).tracing_flag := l_order_set_tbl(j).tracing_flag;
4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

Line 4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;

4024: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_cust_account_id := l_order_set_tbl(j).sold_from_cust_account_id;
4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;

Line 4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;

4025: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_site_id := l_order_set_tbl(j).sold_from_site_id;
4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

Line 4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;

4026: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).sold_from_contact_party_id := l_order_set_tbl(j).sold_from_contact_party_id;
4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

Line 4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;

4027: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_cust_account_id := l_order_set_tbl(j).ship_from_cust_account_id;
4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;

Line 4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;

4028: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_site_id := l_order_set_tbl(j).ship_from_site_id;
4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;

Line 4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;

4029: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_from_contact_party_id := l_order_set_tbl(j).ship_from_contact_party_id;
4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;

Line 4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;

4030: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_id := l_order_set_tbl(j).bill_to_party_id;
4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;

Line 4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;

4031: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_party_site_id := l_order_set_tbl(j).bill_to_party_site_id;
4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;

Line 4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;

4032: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).bill_to_contact_party_id := l_order_set_tbl(j).bill_to_contact_party_id;
4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;

Line 4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;

4033: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_id := l_order_set_tbl(j).ship_to_party_id;
4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;

Line 4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;

4034: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_party_site_id := l_order_set_tbl(j).ship_to_party_site_id;
4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;

Line 4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;

4035: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).ship_to_contact_party_id := l_order_set_tbl(j).ship_to_contact_party_id;
4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;

Line 4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;

4036: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_id := l_order_set_tbl(j).end_cust_party_id;
4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;

Line 4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;

4037: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_id := l_order_set_tbl(j).end_cust_site_use_id;
4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;

Line 4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;

4038: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_site_use_code := l_order_set_tbl(j).end_cust_site_use_code;
4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;

Line 4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;

4039: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_party_site_id := l_order_set_tbl(j).end_cust_party_site_id;
4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;

Line 4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;

4040: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).end_cust_contact_party_id := l_order_set_tbl(j).end_cust_contact_party_id;
4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;

Line 4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;

4041: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).data_source_code := l_order_set_tbl(j).data_source_code;
4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;

Line 4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;

4042: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute_category := l_order_set_tbl(j).header_attribute_category;
4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;

Line 4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;

4043: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute1 := l_order_set_tbl(j).header_attribute1;
4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;

Line 4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;

4044: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute2 := l_order_set_tbl(j).header_attribute2;
4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;

Line 4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;

4045: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute3 := l_order_set_tbl(j).header_attribute3;
4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;

Line 4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;

4046: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute4 := l_order_set_tbl(j).header_attribute4;
4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;

Line 4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;

4047: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute5 := l_order_set_tbl(j).header_attribute5;
4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;

Line 4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;

4048: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute6 := l_order_set_tbl(j).header_attribute6;
4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;

Line 4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;

4049: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute7 := l_order_set_tbl(j).header_attribute7;
4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;

Line 4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;

4050: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute8 := l_order_set_tbl(j).header_attribute8;
4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;

Line 4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;

4051: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute9 := l_order_set_tbl(j).header_attribute9;
4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;

Line 4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;

4052: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute10 := l_order_set_tbl(j).header_attribute10;
4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;

Line 4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;

4053: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute11 := l_order_set_tbl(j).header_attribute11;
4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;

Line 4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;

4054: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute12 := l_order_set_tbl(j).header_attribute12;
4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;

Line 4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;

4055: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute13 := l_order_set_tbl(j).header_attribute13;
4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;

Line 4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;

4056: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute14 := l_order_set_tbl(j).header_attribute14;
4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;

Line 4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;

4057: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).header_attribute15 := l_order_set_tbl(j).header_attribute15;
4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;

Line 4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;

4058: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute_category := l_order_set_tbl(j).line_attribute_category;
4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;

Line 4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;

4059: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute1 := l_order_set_tbl(j).line_attribute1;
4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;

Line 4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;

4060: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute2 := l_order_set_tbl(j).line_attribute2;
4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;

Line 4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;

4061: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute3 := l_order_set_tbl(j).line_attribute3;
4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;

Line 4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;

4062: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute4 := l_order_set_tbl(j).line_attribute4;
4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;

Line 4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;

4063: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute5 := l_order_set_tbl(j).line_attribute5;
4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;

Line 4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;

4064: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute6 := l_order_set_tbl(j).line_attribute6;
4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;

Line 4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;

4065: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute7 := l_order_set_tbl(j).line_attribute7;
4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
4073: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;

Line 4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;

4066: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute8 := l_order_set_tbl(j).line_attribute8;
4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
4073: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
4074: -- R12 Populate Global Resale Structure (-)

Line 4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;

4067: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute9 := l_order_set_tbl(j).line_attribute9;
4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
4073: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
4074: -- R12 Populate Global Resale Structure (-)
4075:

Line 4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;

4068: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute10 := l_order_set_tbl(j).line_attribute10;
4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
4073: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
4074: -- R12 Populate Global Resale Structure (-)
4075:
4076: END LOOP; ---FOR i IN l_order_set_tbl.FIRST .. l_order_set_tbl.LAST

Line 4073: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;

4069: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute11 := l_order_set_tbl(j).line_attribute11;
4070: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute12 := l_order_set_tbl(j).line_attribute12;
4071: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute13 := l_order_set_tbl(j).line_attribute13;
4072: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute14 := l_order_set_tbl(j).line_attribute14;
4073: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_attribute15 := l_order_set_tbl(j).line_attribute15;
4074: -- R12 Populate Global Resale Structure (-)
4075:
4076: END LOOP; ---FOR i IN l_order_set_tbl.FIRST .. l_order_set_tbl.LAST
4077:

Line 4087: l_line_tbl(k).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_HEADER_TYPE;

4083: -- build summary line
4084: k := l_order_set_tbl.LAST + 1;
4085: l_line_tbl(k).line_index := k;
4086: l_line_tbl(k).line_id := NULL;
4087: l_line_tbl(k).line_type_code := OZF_ORDER_PRICE_PVT.G_ORDER_HEADER_TYPE;
4088: l_line_tbl(k).pricing_effective_date := l_order_set_tbl(1).date_ordered;
4089: l_line_tbl(k).active_date_first := l_order_set_tbl(1).date_ordered;
4090: l_line_tbl(k).active_date_first_type := 'ORD'; -- Change because of ONT QP order 'NO TYPE';
4091: l_line_tbl(k).active_date_second := l_order_set_tbl(1).date_shipped;

Line 4127: -- The real global structure will be populate in ozf_order_price_pvt.

4123: -- l_line_tbl(j).LINE_CATEGORY := NULL;
4124:
4125: -- populate the order_price global header structure
4126: -- Here I only populate the values of the qualifiers for ONT.
4127: -- The real global structure will be populate in ozf_order_price_pvt.
4128: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
4129:
4130: -- Might be able to add more value here.
4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;

Line 4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;

4127: -- The real global structure will be populate in ozf_order_price_pvt.
4128: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
4129:
4130: -- Might be able to add more value here.
4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;
4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;

Line 4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;

4128: -- And it's value can be change in OZF_CHARGEBACK_ATTRMAP_PUB
4129:
4130: -- Might be able to add more value here.
4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;
4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;

Line 4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;

4129:
4130: -- Might be able to add more value here.
4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;
4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;

Line 4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;

4130: -- Might be able to add more value here.
4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;
4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;

Line 4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;

4131: OZF_ORDER_PRICE_PVT.G_HEADER_REC.header_id := k;
4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;
4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;

Line 4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;

4132: OZF_ORDER_PRICE_PVT.G_HEADER_REC.order_type_id := l_order_set_tbl(1).order_type_id;
4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;

Line 4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;

4133: OZF_ORDER_PRICE_PVT.G_HEADER_REC.sold_to_org_id := l_order_set_tbl(1).bill_to_cust_account_id;
4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;

Line 4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;

4134: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_org_id := l_order_set_tbl(1).bill_to_site_use_id;
4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;
4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;

Line 4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;

4135: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_org_id := l_order_set_tbl(1).ship_to_site_use_id;
4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;
4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;
4143: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_order_set_tbl(1).date_ordered;

Line 4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;

4136: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_id := l_order_set_tbl(1).bill_to_party_id;
4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;
4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;
4143: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_order_set_tbl(1).date_ordered;
4144:

Line 4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;

4137: OZF_ORDER_PRICE_PVT.G_HEADER_REC.invoice_to_party_site_id := l_order_set_tbl(1).bill_to_party_site_id;
4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;
4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;
4143: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_order_set_tbl(1).date_ordered;
4144:
4145: IF OZF_DEBUG_LOW_ON THEN

Line 4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;

4138: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_id := l_order_set_tbl(1).ship_to_party_id;
4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;
4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;
4143: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_order_set_tbl(1).date_ordered;
4144:
4145: IF OZF_DEBUG_LOW_ON THEN
4146: ozf_utility_PVT.debug_message(l_api_name||'>> Calling Get_Order_');

Line 4143: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_order_set_tbl(1).date_ordered;

4139: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ship_to_party_site_id := l_order_set_tbl(1).ship_to_party_site_id;
4140: OZF_ORDER_PRICE_PVT.G_HEADER_REC.price_list_id := l_line_tbl(1).price_list_id;
4141: OZF_ORDER_PRICE_PVT.G_HEADER_REC.ordered_date := l_order_set_tbl(1).date_ordered;
4142: OZF_ORDER_PRICE_PVT.G_HEADER_REC.request_date := l_order_set_tbl(1).date_ordered;
4143: OZF_ORDER_PRICE_PVT.G_HEADER_REC.pricing_date := l_order_set_tbl(1).date_ordered;
4144:
4145: IF OZF_DEBUG_LOW_ON THEN
4146: ozf_utility_PVT.debug_message(l_api_name||'>> Calling Get_Order_');
4147: END IF;

Line 4149: OZF_ORDER_PRICE_PVT.Get_Order_Price (

4145: IF OZF_DEBUG_LOW_ON THEN
4146: ozf_utility_PVT.debug_message(l_api_name||'>> Calling Get_Order_');
4147: END IF;
4148:
4149: OZF_ORDER_PRICE_PVT.Get_Order_Price (
4150: p_api_version => 1.0
4151: ,p_init_msg_list => FND_API.G_FALSE
4152: ,p_commit => FND_API.G_FALSE
4153: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL