DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_PUB dependencies on WSH_TRIP_STOPS_PUB

Line 1: PACKAGE BODY WSH_TRIP_STOPS_PUB as

1: PACKAGE BODY WSH_TRIP_STOPS_PUB as
2: /* $Header: WSHSTPBB.pls 120.0.12020000.2 2013/02/12 22:59:56 adagur ship $ */
3:
4: --===================
5: -- CONSTANTS

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_TRIP_STOPS_PUB';

3:
4: --===================
5: -- CONSTANTS
6: --===================
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_TRIP_STOPS_PUB';
8: -- add your constants here if any
9:
10: --===================
11: -- PROCEDURES

Line 265: p_pub_stop_rec IN WSH_TRIP_STOPS_PUB.TRIP_STOP_PUB_REC_TYPE,

261: END Stop_Action;
262:
263: --Harmonizing Project **heali
264: PROCEDURE map_stoppub_to_pvt(
265: p_pub_stop_rec IN WSH_TRIP_STOPS_PUB.TRIP_STOP_PUB_REC_TYPE,
266: x_pvt_stop_rec OUT NOCOPY WSH_TRIP_STOPS_PVT.TRIP_STOP_REC_TYPE,
267: x_return_status OUT NOCOPY VARCHAR2) IS
268:
269: l_debug_on BOOLEAN;

Line 589: END WSH_TRIP_STOPS_PUB;

585: END Create_Update_Stop;
586:
587: --Harmonizing Project **heali
588:
589: END WSH_TRIP_STOPS_PUB;