DBA Data[Home] [Help]

PACKAGE: APPS.CSM_HZ_LOCATION_PKG

Source


1 PACKAGE CSM_HZ_LOCATION_PKG AUTHID CURRENT_USER AS
2 /* $Header: csmuhzls.pls 120.1.12020000.3 2013/04/09 11:26:09 saradhak ship $ */
3 
4 
5   /*
6    * The function to be called by CSM_HZ_LOCATION_PKG, for upward sync of
7    * publication item CSM_HZ_LOCATIONS
8    */
9 
10 -- Purpose: Update HZ location changes on Handheld to Enterprise database
11 -- ---------   -------------------  ------------------------------------------
12    -- Enter package declarations as shown below
13 
14 PROCEDURE APPLY_CLIENT_CHANGES
15          (
16            p_user_name     IN VARCHAR2,
17            p_tranid        IN NUMBER,
18            p_debug_level   IN NUMBER,
19            x_return_status IN OUT NOCOPY VARCHAR2
20          );
21 
22 END CSM_HZ_LOCATION_PKG; -- Package spec