DBA Data[Home] [Help]

APPS.CSP_INV_LOC_ASSIGNMENTS_CUHK dependencies on CSP_INV_LOC_ASSIGNMENTS_PKG

Line 14: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,

10: G_FILE_NAME CONSTANT VARCHAR2(12) := 'cspcilas.pls';
11:
12: PROCEDURE create_inventory_location_Pre
13: (
14: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,
15: x_return_status OUT NOCOPY VARCHAR2,
16: x_msg_count OUT NOCOPY NUMBER,
17: x_msg_data OUT NOCOPY VARCHAR2
18: ) ;

Line 22: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,

18: ) ;
19:
20: PROCEDURE create_inventory_location_post
21: (
22: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,
23: x_return_status OUT NOCOPY VARCHAR2,
24: x_msg_count OUT NOCOPY NUMBER,
25: x_msg_data OUT NOCOPY VARCHAR2
26: ) ;

Line 30: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,

26: ) ;
27:
28: PROCEDURE Update_inventory_location_pre
29: (
30: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,
31: x_return_status OUT NOCOPY VARCHAR2,
32: x_msg_count OUT NOCOPY NUMBER,
33: x_msg_data OUT NOCOPY VARCHAR2
34: ) ;

Line 38: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,

34: ) ;
35:
36: PROCEDURE Update_inventory_location_post
37: (
38: px_inv_loc_assignment IN OUT NOCOPY CSP_INV_LOC_ASSIGNMENTS_PKG.inv_loc_assignments_rec_type,
39: x_return_status OUT NOCOPY VARCHAR2,
40: x_msg_count OUT NOCOPY NUMBER,
41: x_msg_data OUT NOCOPY VARCHAR2
42: ) ;