DBA Data[Home] [Help]

APPS.WMS_CONTAINER2_PUB dependencies on FND_API

Line 6: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,

2: /* $Header: WMSCNT2S.pls 115.8 2003/02/05 01:40:57 rbande ship $ */
3:
4: PROCEDURE Purge_LPN
5: ( p_api_version IN NUMBER ,
6: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
7: p_commit IN VARCHAR2 := fnd_api.g_false ,
8: x_return_status OUT VARCHAR2 ,
9: x_msg_count OUT NUMBER ,
10: x_msg_data OUT VARCHAR2 ,

Line 7: p_commit IN VARCHAR2 := fnd_api.g_false ,

3:
4: PROCEDURE Purge_LPN
5: ( p_api_version IN NUMBER ,
6: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
7: p_commit IN VARCHAR2 := fnd_api.g_false ,
8: x_return_status OUT VARCHAR2 ,
9: x_msg_count OUT NUMBER ,
10: x_msg_data OUT VARCHAR2 ,
11: p_lpn_id IN NUMBER ,

Line 18: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,

14: );
15:
16: PROCEDURE Explode_LPN
17: ( p_api_version IN NUMBER ,
18: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
19: p_commit IN VARCHAR2 := fnd_api.g_false ,
20: x_return_status OUT VARCHAR2 ,
21: x_msg_count OUT NUMBER ,
22: x_msg_data OUT VARCHAR2 ,

Line 19: p_commit IN VARCHAR2 := fnd_api.g_false ,

15:
16: PROCEDURE Explode_LPN
17: ( p_api_version IN NUMBER ,
18: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
19: p_commit IN VARCHAR2 := fnd_api.g_false ,
20: x_return_status OUT VARCHAR2 ,
21: x_msg_count OUT NUMBER ,
22: x_msg_data OUT VARCHAR2 ,
23: p_lpn_id IN NUMBER ,

Line 30: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,

26: );
27:
28: PROCEDURE Transfer_LPN_Contents
29: ( p_api_version IN NUMBER ,
30: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
31: p_commit IN VARCHAR2 := fnd_api.g_false ,
32: x_return_status OUT VARCHAR2 ,
33: x_msg_count OUT NUMBER ,
34: x_msg_data OUT VARCHAR2 ,

Line 31: p_commit IN VARCHAR2 := fnd_api.g_false ,

27:
28: PROCEDURE Transfer_LPN_Contents
29: ( p_api_version IN NUMBER ,
30: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
31: p_commit IN VARCHAR2 := fnd_api.g_false ,
32: x_return_status OUT VARCHAR2 ,
33: x_msg_count OUT NUMBER ,
34: x_msg_data OUT VARCHAR2 ,
35: p_lpn_id_source IN NUMBER ,

Line 41: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,

37: );
38:
39: PROCEDURE Container_Required_Qty
40: ( p_api_version IN NUMBER ,
41: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
42: p_commit IN VARCHAR2 := fnd_api.g_false ,
43: x_return_status OUT VARCHAR2 ,
44: x_msg_count OUT NUMBER ,
45: x_msg_data OUT VARCHAR2 ,

Line 42: p_commit IN VARCHAR2 := fnd_api.g_false ,

38:
39: PROCEDURE Container_Required_Qty
40: ( p_api_version IN NUMBER ,
41: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
42: p_commit IN VARCHAR2 := fnd_api.g_false ,
43: x_return_status OUT VARCHAR2 ,
44: x_msg_count OUT NUMBER ,
45: x_msg_data OUT VARCHAR2 ,
46: p_source_item_id IN NUMBER ,

Line 58: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,

54: );
55:
56: PROCEDURE Get_Outermost_LPN
57: ( p_api_version IN NUMBER ,
58: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
59: p_commit IN VARCHAR2 := fnd_api.g_false ,
60: x_return_status OUT VARCHAR2 ,
61: x_msg_count OUT NUMBER ,
62: x_msg_data OUT VARCHAR2 ,

Line 59: p_commit IN VARCHAR2 := fnd_api.g_false ,

55:
56: PROCEDURE Get_Outermost_LPN
57: ( p_api_version IN NUMBER ,
58: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
59: p_commit IN VARCHAR2 := fnd_api.g_false ,
60: x_return_status OUT VARCHAR2 ,
61: x_msg_count OUT NUMBER ,
62: x_msg_data OUT VARCHAR2 ,
63: p_lpn_id IN NUMBER := NULL ,

Line 73: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,

69: );
70:
71: PROCEDURE Get_LPN_List
72: ( p_api_version IN NUMBER ,
73: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
74: p_commit IN VARCHAR2 := fnd_api.g_false ,
75: x_return_status OUT VARCHAR2 ,
76: x_msg_count OUT NUMBER ,
77: x_msg_data OUT VARCHAR2 ,

Line 74: p_commit IN VARCHAR2 := fnd_api.g_false ,

70:
71: PROCEDURE Get_LPN_List
72: ( p_api_version IN NUMBER ,
73: p_init_msg_list IN VARCHAR2 := fnd_api.g_false ,
74: p_commit IN VARCHAR2 := fnd_api.g_false ,
75: x_return_status OUT VARCHAR2 ,
76: x_msg_count OUT NUMBER ,
77: x_msg_data OUT VARCHAR2 ,
78: p_lpn_context IN NUMBER := NULL ,

Line 123: -- p_init_msg_list (optional, default FND_API.G_FALSE)

119: --
120: -- Input Parameters
121: -- p_api_version
122: -- API version number (current version is 1.0)
123: -- p_init_msg_list (optional, default FND_API.G_FALSE)
124: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
125: -- if set to FND_API.G_TRUE
126: -- initialize error message list
127: -- if set to FND_API.G_FALSE - not initialize error

Line 124: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.

120: -- Input Parameters
121: -- p_api_version
122: -- API version number (current version is 1.0)
123: -- p_init_msg_list (optional, default FND_API.G_FALSE)
124: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
125: -- if set to FND_API.G_TRUE
126: -- initialize error message list
127: -- if set to FND_API.G_FALSE - not initialize error
128: -- message list

Line 125: -- if set to FND_API.G_TRUE

121: -- p_api_version
122: -- API version number (current version is 1.0)
123: -- p_init_msg_list (optional, default FND_API.G_FALSE)
124: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
125: -- if set to FND_API.G_TRUE
126: -- initialize error message list
127: -- if set to FND_API.G_FALSE - not initialize error
128: -- message list
129: -- p_pick_lpn_id The LPN ID picked by the user for this pick task

Line 127: -- if set to FND_API.G_FALSE - not initialize error

123: -- p_init_msg_list (optional, default FND_API.G_FALSE)
124: -- Valid values: FND_API.G_FALSE or FND_API.G_TRUE.
125: -- if set to FND_API.G_TRUE
126: -- initialize error message list
127: -- if set to FND_API.G_FALSE - not initialize error
128: -- message list
129: -- p_pick_lpn_id The LPN ID picked by the user for this pick task
130: --
131: -- p_drop_lpn The destination LPN into which the picked

Line 137: -- fnd_api.g_ret_sts_success if all checks pass.

133: --
134: --
135: -- Output Parameters
136: -- x_return_status
137: -- fnd_api.g_ret_sts_success if all checks pass.
138: -- fnd_api.g_ret_sts_error if any check fails.
139: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error
140: -- x_msg_count
141: -- if there is an error (or more than one) error, the number of

Line 138: -- fnd_api.g_ret_sts_error if any check fails.

134: --
135: -- Output Parameters
136: -- x_return_status
137: -- fnd_api.g_ret_sts_success if all checks pass.
138: -- fnd_api.g_ret_sts_error if any check fails.
139: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error
140: -- x_msg_count
141: -- if there is an error (or more than one) error, the number of
142: -- error messages in the buffer

Line 139: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error

135: -- Output Parameters
136: -- x_return_status
137: -- fnd_api.g_ret_sts_success if all checks pass.
138: -- fnd_api.g_ret_sts_error if any check fails.
139: -- fnd_api.g_ret_sts_unexp_error if there is an unexpected error
140: -- x_msg_count
141: -- if there is an error (or more than one) error, the number of
142: -- error messages in the buffer
143: -- x_msg_data

Line 148: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,

144: -- if there is only one error, the error message
145:
146: FUNCTION validate_pick_drop_lpn
147: ( p_api_version_number IN NUMBER ,
148: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,
149: p_pick_lpn_id IN NUMBER ,
150: p_organization_id IN NUMBER ,
151: p_drop_lpn IN VARCHAR2 ,
152: p_drop_sub IN VARCHAR2 ,

Line 158: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,

154: ) RETURN NUMBER;
155:
156: Procedure default_pick_drop_lpn
157: ( p_api_version_number IN NUMBER ,
158: p_init_msg_lst IN VARCHAR2 := fnd_api.g_false ,
159: p_pick_lpn_id IN NUMBER ,
160: p_organization_id IN NUMBER ,
161: x_lpn_number OUT VARCHAR2);
162: