DBA Data[Home] [Help]

APPS.OZF_VOLUME_CALCULATION_PUB dependencies on OZF_VOLUME_CALCULATION_PUB

Line 1: PACKAGE BODY OZF_VOLUME_CALCULATION_PUB AS

1: PACKAGE BODY OZF_VOLUME_CALCULATION_PUB AS
2: /* $Header: ozfpvocb.pls 120.30.12020000.12 2013/02/13 14:45:05 nepanda ship $ */
3: --
4: -- NAME
5: -- OZF_VOLUME_CALCULATION_PUB

Line 5: -- OZF_VOLUME_CALCULATION_PUB

1: PACKAGE BODY OZF_VOLUME_CALCULATION_PUB AS
2: /* $Header: ozfpvocb.pls 120.30.12020000.12 2013/02/13 14:45:05 nepanda ship $ */
3: --
4: -- NAME
5: -- OZF_VOLUME_CALCULATION_PUB
6: --
7: -- HISTORY
8: -- 02/23/2007 kdass fixed bug 5754500 - if the order_line_id is being passed as a result
9: -- of a split, then use split_from_line_id in the call to the cursor.

Line 21: -- 07/25/2012 amitamku fixed Bug 14262288 - PRICING ERROR COMING FROM OZF_VOLUME_CALCULATION_PUB

17: -- 05/04/2009 kdass fixed bug 8421406 - BENEFICIARY WITHIN THE MARKET OPTIONS DO NOT WORK
18: -- 15/10/2010 nirprasa fixed bug 9027785 - BENEFICIARY IS INCORRECT FOR RETURN ORDERS UNLESS THEY ARE REPRICED
19: -- 9/7/2011 nepanda fixed bug 12887627 - ACCOUNT STATUS PAGE IS NOT FUNCTIONING
20: -- 10/27/2011 kdass fixed bug 13256460 - ACCOUNT STATUS PAGE SHOWS DUPLICATE LINES OF ACCRUALS
21: -- 07/25/2012 amitamku fixed Bug 14262288 - PRICING ERROR COMING FROM OZF_VOLUME_CALCULATION_PUB
22: -- 11/16/2012 rsatyava Fixed Bug 14516097 - ora-00060: deadlock detected when running tpa resale table request
23: -- 1/29/2013 nepanda Fixed Bug 16235187 - ER - MULTI UOM FULFILLMENT WITH CATCH WEIGHT
24: -----------------------------------------------------------------------------------------------------------------------
25:

Line 26: G_PKG_NAME CONSTANT VARCHAR2(30):='OZF_VOLUME_CALCULATION_PUB';

22: -- 11/16/2012 rsatyava Fixed Bug 14516097 - ora-00060: deadlock detected when running tpa resale table request
23: -- 1/29/2013 nepanda Fixed Bug 16235187 - ER - MULTI UOM FULFILLMENT WITH CATCH WEIGHT
24: -----------------------------------------------------------------------------------------------------------------------
25:
26: G_PKG_NAME CONSTANT VARCHAR2(30):='OZF_VOLUME_CALCULATION_PUB';
27: G_FILE_NAME CONSTANT VARCHAR2(12):='ozfpvocb.pls';
28:
29:
30: PROCEDURE get_group_pbh_prod

Line 2693: l_volume := OZF_VOLUME_CALCULATION_PUB.Get_numeric_attribute_value(l_list_line_id,

2689: l_req_line_attrs_tbl(i).attribute_type := 'QUALIFIER';
2690: l_req_line_attrs_tbl(i).grouping_no := adjustment_line_rec.group_no;
2691: END IF;
2692: i := i+1;
2693: l_volume := OZF_VOLUME_CALCULATION_PUB.Get_numeric_attribute_value(l_list_line_id,
2694: null,
2695: null,
2696: p_to_order_line_id,
2697: null,

Line 2713: END OZF_VOLUME_CALCULATION_PUB;

2709: Fnd_Msg_Pub.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2710: END IF;
2711: END copy_order_group_details;
2712:
2713: END OZF_VOLUME_CALCULATION_PUB;