DBA Data[Home] [Help]

APPS.CTO_TRANSFER_PRICE_PK dependencies on CTO_TRANSFER_PRICE_PK

Line 1: package body CTO_TRANSFER_PRICE_PK as

1: package body CTO_TRANSFER_PRICE_PK as
2: /* $Header: CTOTPRCB.pls 120.2.12020000.2 2012/12/04 11:54:58 abhissri ship $*/
3:
4: /*----------------------------------------------------------------------------+
5: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA

Line 21: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_TRANSFER_PRICE_PK';

17: | Also UOM conversion was not considered. Fixed this issue
18: |
19: +-----------------------------------------------------------------------------*/
20:
21: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_TRANSFER_PRICE_PK';
22: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
23: g_configs_only varchar2(1);
24: g_item_id number;
25:

Line 1144: CTO_TRANSFER_PRICE_PK.get_config_details

1140:
1141: x_transfer_price := 0;
1142:
1143: -- Call API to get optional components
1144: CTO_TRANSFER_PRICE_PK.get_config_details
1145: (
1146: p_item_id => p_config_item_id,
1147: p_org_id => NULL,
1148: p_mode_id => 3,

Line 1333: END CTO_TRANSFER_PRICE_PK;

1329: );
1330:
1331: END; /* cto_transfer_price */
1332:
1333: END CTO_TRANSFER_PRICE_PK;