DBA Data[Home] [Help]

APPS.PO_SOURCING2_SV dependencies on PO_SOURCING2_SV

Line 1: PACKAGE BODY PO_SOURCING2_SV as

1: PACKAGE BODY PO_SOURCING2_SV as
2: /* $Header: POXSCS2B.pls 120.5.12010000.2 2008/08/04 08:32:38 rramasam ship $ */
3:
4: /*============================= PO_SOURCING2_SV ===========================*/
5:

Line 4: /*============================= PO_SOURCING2_SV ===========================*/

1: PACKAGE BODY PO_SOURCING2_SV as
2: /* $Header: POXSCS2B.pls 120.5.12010000.2 2008/08/04 08:32:38 rramasam ship $ */
3:
4: /*============================= PO_SOURCING2_SV ===========================*/
5:
6: /**==========================================================================
7: *
8: * FUNCTION NAME: get_break_price()

Line 16: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PO_SOURCING2_SV';

12: * Modified By Date Descriptions
13: * Dreddy Overloaded the price break API
14: *===========================================================================*/
15:
16: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PO_SOURCING2_SV';
17: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
18:
19: -- Read the profile option that enables/disables the debug log
20: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 453: release_to_date := PO_SOURCING2_SV.get_release_quantity(p_ship_to_org,

449: /* Call get_release_quantity to a) determine how to select
450: ** the correct break price and b) the quantity released against
451: ** the corresponding shipment/organization combination.
452: */
453: release_to_date := PO_SOURCING2_SV.get_release_quantity(p_ship_to_org,
454: p_ship_to_loc,
455: p_po_line_id,
456: match_type);
457:

Line 1216: PO_SOURCING2_SV.get_break_price

1212: l_progress := '002';
1213:
1214: --
1215: --
1216: PO_SOURCING2_SV.get_break_price
1217: ( p_api_version => 1.0
1218: , p_order_quantity => p_quantity
1219: , p_ship_to_org => l_ship_to_organization_id
1220: , p_ship_to_loc => l_ship_to_location_id

Line 1256: END PO_SOURCING2_SV;

1252: raise;
1253: END get_shipment_price;
1254:
1255:
1256: END PO_SOURCING2_SV;