DBA Data[Home] [Help]

APPS.GMD_OPERATIONS_PVT dependencies on GMD_OPERATIONS

Line 1: PACKAGE GMD_OPERATIONS_PVT AUTHID CURRENT_USER AS

1: PACKAGE GMD_OPERATIONS_PVT AUTHID CURRENT_USER AS
2: /* $Header: GMDVOPSS.pls 120.0.12010000.1 2008/07/24 10:02:08 appldev ship $
3: +=========================================================================+
4: | FILENAME |
5: | GMDVOPSS.pls |

Line 16: API Name : GMD_OPERATIONS_PVT

12: | 27-AUG-2002 Sandra Dulyk Created |
13: | 25-NOV-2002 Thomas Daniel Bug# 2679110 |
14: | Removed the parameters oprn_no and vers to update |
15: +=========================================================================+
16: API Name : GMD_OPERATIONS_PVT
17: Type : Private
18: Function : This package contains private procedures used to create, modify, and delete operations
19: Pre-reqs : N/A
20: Parameters: Per function

Line 35: , p_operations IN gmd_operations%ROWTYPE

31: PROCEDURE insert_operation
32: ( p_api_version IN NUMBER DEFAULT 1
33: , p_init_msg_list IN BOOLEAN DEFAULT TRUE
34: , p_commit IN BOOLEAN DEFAULT FALSE
35: , p_operations IN gmd_operations%ROWTYPE
36: , x_message_count OUT NOCOPY NUMBER
37: , x_message_list OUT NOCOPY VARCHAR2
38: , x_return_status OUT NOCOPY VARCHAR2
39: );

Line 45: , p_oprn_id IN gmd_operations.oprn_id%TYPE

41: PROCEDURE update_operation
42: ( p_api_version IN NUMBER DEFAULT 1
43: , p_init_msg_list IN BOOLEAN DEFAULT TRUE
44: , p_commit IN BOOLEAN DEFAULT FALSE
45: , p_oprn_id IN gmd_operations.oprn_id%TYPE
46: , p_update_table IN gmd_operations_pub.update_tbl_type
47: , x_message_count OUT NOCOPY NUMBER
48: , x_message_list OUT NOCOPY VARCHAR2
49: , x_return_status OUT NOCOPY VARCHAR2

Line 46: , p_update_table IN gmd_operations_pub.update_tbl_type

42: ( p_api_version IN NUMBER DEFAULT 1
43: , p_init_msg_list IN BOOLEAN DEFAULT TRUE
44: , p_commit IN BOOLEAN DEFAULT FALSE
45: , p_oprn_id IN gmd_operations.oprn_id%TYPE
46: , p_update_table IN gmd_operations_pub.update_tbl_type
47: , x_message_count OUT NOCOPY NUMBER
48: , x_message_list OUT NOCOPY VARCHAR2
49: , x_return_status OUT NOCOPY VARCHAR2
50: );

Line 52: END GMD_OPERATIONS_PVT;

48: , x_message_list OUT NOCOPY VARCHAR2
49: , x_return_status OUT NOCOPY VARCHAR2
50: );
51:
52: END GMD_OPERATIONS_PVT;