DBA Data[Home] [Help]

APPS.HZ_GEO_STRUCTURE_PUB_UIW dependencies on FND_API

Line 15: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

11: *
12: * ARGUMENTS
13: * IN:
14: * p_init_msg_list Initialize message stack if it is set to
15: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
16: * p_geography_type_rec Geography type record.
17: * IN/OUT:
18: * OUT:
19: * x_return_status Return status after the call. The status can

Line 20: * be FND_API.G_RET_STS_SUCCESS (success),

16: * p_geography_type_rec Geography type record.
17: * IN/OUT:
18: * OUT:
19: * x_return_status Return status after the call. The status can
20: * be FND_API.G_RET_STS_SUCCESS (success),
21: * FND_API.G_RET_STS_ERROR (error),
22: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
23: * x_msg_count Number of messages in message stack.
24: * x_msg_data Message text if x_msg_count is 1.

Line 21: * FND_API.G_RET_STS_ERROR (error),

17: * IN/OUT:
18: * OUT:
19: * x_return_status Return status after the call. The status can
20: * be FND_API.G_RET_STS_SUCCESS (success),
21: * FND_API.G_RET_STS_ERROR (error),
22: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
23: * x_msg_count Number of messages in message stack.
24: * x_msg_data Message text if x_msg_count is 1.
25: *

Line 22: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

18: * OUT:
19: * x_return_status Return status after the call. The status can
20: * be FND_API.G_RET_STS_SUCCESS (success),
21: * FND_API.G_RET_STS_ERROR (error),
22: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
23: * x_msg_count Number of messages in message stack.
24: * x_msg_data Message text if x_msg_count is 1.
25: *
26: * NOTES

Line 35: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

31: *
32: */
33:
34: PROCEDURE create_geography_type (
35: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
36: p_geography_type_rec IN GEOGRAPHY_TYPE_REC_TYPE,
37: x_return_status OUT NOCOPY VARCHAR2,
38: x_msg_count OUT NOCOPY NUMBER,
39: x_msg_data OUT NOCOPY VARCHAR2

Line 68: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

64: *
65: * ARGUMENTS
66: * IN:
67: * p_init_msg_list Initialize message stack if it is set to
68: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
69: * p_geo_structure_rec Geography structure type record.
70:
71: * IN/OUT:
72: * OUT:

Line 74: * be FND_API.G_RET_STS_SUCCESS (success),

70:
71: * IN/OUT:
72: * OUT:
73: * x_return_status Return status after the call. The status can
74: * be FND_API.G_RET_STS_SUCCESS (success),
75: * FND_API.G_RET_STS_ERROR (error),
76: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
77: * x_msg_count Number of messages in message stack.
78: * x_msg_data Message text if x_msg_count is 1.

Line 75: * FND_API.G_RET_STS_ERROR (error),

71: * IN/OUT:
72: * OUT:
73: * x_return_status Return status after the call. The status can
74: * be FND_API.G_RET_STS_SUCCESS (success),
75: * FND_API.G_RET_STS_ERROR (error),
76: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
77: * x_msg_count Number of messages in message stack.
78: * x_msg_data Message text if x_msg_count is 1.
79: *

Line 76: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

72: * OUT:
73: * x_return_status Return status after the call. The status can
74: * be FND_API.G_RET_STS_SUCCESS (success),
75: * FND_API.G_RET_STS_ERROR (error),
76: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
77: * x_msg_count Number of messages in message stack.
78: * x_msg_data Message text if x_msg_count is 1.
79: *
80: * NOTES

Line 90: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

86: */
87:
88:
89: PROCEDURE create_geo_structure(
90: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
91: p_geo_structure_rec IN GEO_STRUCTURE_REC_TYPE,
92: x_return_status OUT NOCOPY VARCHAR2,
93: x_msg_count OUT NOCOPY NUMBER,
94: x_msg_data OUT NOCOPY VARCHAR2

Line 126: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

122: *
123: * ARGUMENTS
124: * IN:
125: * p_init_msg_list Initialize message stack if it is set to
126: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
127: * p_geo_structure_rec Geography structure type record.
128:
129: * IN/OUT:
130: *

Line 133: * be FND_API.G_RET_STS_SUCCESS (success),

129: * IN/OUT:
130: *
131: * OUT:
132: * x_return_status Return status after the call. The status can
133: * be FND_API.G_RET_STS_SUCCESS (success),
134: * FND_API.G_RET_STS_ERROR (error),
135: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
136: * x_msg_count Number of messages in message stack.
137: * x_msg_data Message text if x_msg_count is 1.

Line 134: * FND_API.G_RET_STS_ERROR (error),

130: *
131: * OUT:
132: * x_return_status Return status after the call. The status can
133: * be FND_API.G_RET_STS_SUCCESS (success),
134: * FND_API.G_RET_STS_ERROR (error),
135: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
136: * x_msg_count Number of messages in message stack.
137: * x_msg_data Message text if x_msg_count is 1.
138: *

Line 135: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

131: * OUT:
132: * x_return_status Return status after the call. The status can
133: * be FND_API.G_RET_STS_SUCCESS (success),
134: * FND_API.G_RET_STS_ERROR (error),
135: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
136: * x_msg_count Number of messages in message stack.
137: * x_msg_data Message text if x_msg_count is 1.
138: *
139: * NOTES

Line 148: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

144: *
145: */
146:
147: PROCEDURE delete_geo_structure(
148: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
149: p_geography_id IN NUMBER,
150: p_geography_type IN VARCHAR2,
151: p_parent_geography_type IN VARCHAR2,
152: x_return_status OUT NOCOPY VARCHAR2,

Line 179: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

175: *
176: * ARGUMENTS
177: * IN:
178: * p_init_msg_list Initialize message stack if it is set to
179: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
180: * p_geography_rel_type_rec Geography Relationship type record.
181: * IN/OUT:
182: * OUT:
183: * x_return_status Return status after the call. The status can

Line 184: * be FND_API.G_RET_STS_SUCCESS (success),

180: * p_geography_rel_type_rec Geography Relationship type record.
181: * IN/OUT:
182: * OUT:
183: * x_return_status Return status after the call. The status can
184: * be FND_API.G_RET_STS_SUCCESS (success),
185: * FND_API.G_RET_STS_ERROR (error),
186: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
187: * x_msg_count Number of messages in message stack.
188: * x_msg_data Message text if x_msg_count is 1.

Line 185: * FND_API.G_RET_STS_ERROR (error),

181: * IN/OUT:
182: * OUT:
183: * x_return_status Return status after the call. The status can
184: * be FND_API.G_RET_STS_SUCCESS (success),
185: * FND_API.G_RET_STS_ERROR (error),
186: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
187: * x_msg_count Number of messages in message stack.
188: * x_msg_data Message text if x_msg_count is 1.
189: *

Line 186: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

182: * OUT:
183: * x_return_status Return status after the call. The status can
184: * be FND_API.G_RET_STS_SUCCESS (success),
185: * FND_API.G_RET_STS_ERROR (error),
186: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
187: * x_msg_count Number of messages in message stack.
188: * x_msg_data Message text if x_msg_count is 1.
189: *
190: * NOTES

Line 199: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

195: *
196: */
197:
198: PROCEDURE create_geo_rel_type(
199: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
200: p_geo_rel_type_rec IN GEO_REL_TYPE_REC_TYPE,
201: x_relationship_type_id OUT NOCOPY NUMBER,
202: x_return_status OUT NOCOPY VARCHAR2,
203: x_msg_count OUT NOCOPY NUMBER,

Line 236: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

232: *
233: * ARGUMENTS
234: * IN:
235: * p_init_msg_list Initialize message stack if it is set to
236: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
237: * p_zone_type_rec Zone_type type record.
238: * included_geography_type incl_geo_type_tbl_type,
239: * IN/OUT:
240: * OUT:

Line 243: * be FND_API.G_RET_STS_SUCCESS (success),

239: * IN/OUT:
240: * OUT:
241: *
242: * x_return_status Return status after the call. The status can
243: * be FND_API.G_RET_STS_SUCCESS (success),
244: * FND_API.G_RET_STS_ERROR (error),
245: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
246: * x_msg_count Number of messages in message stack.
247: * x_msg_data Message text if x_msg_count is 1.

Line 244: * FND_API.G_RET_STS_ERROR (error),

240: * OUT:
241: *
242: * x_return_status Return status after the call. The status can
243: * be FND_API.G_RET_STS_SUCCESS (success),
244: * FND_API.G_RET_STS_ERROR (error),
245: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
246: * x_msg_count Number of messages in message stack.
247: * x_msg_data Message text if x_msg_count is 1.
248: *

Line 245: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

241: *
242: * x_return_status Return status after the call. The status can
243: * be FND_API.G_RET_STS_SUCCESS (success),
244: * FND_API.G_RET_STS_ERROR (error),
245: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
246: * x_msg_count Number of messages in message stack.
247: * x_msg_data Message text if x_msg_count is 1.
248: *
249: * NOTES

Line 257: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

253: *
254: */
255:
256: PROCEDURE create_zone_type(
257: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
258: p_zone_type_rec IN ZONE_TYPE_REC_TYPE,
259: p_included_geography_type IN INCL_GEO_TYPE_TBL_TYPE,
260: x_return_status OUT NOCOPY VARCHAR2,
261: x_msg_count OUT NOCOPY NUMBER,

Line 301: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

297: *
298: * ARGUMENTS
299: * IN:
300: * p_init_msg_list Initialize message stack if it is set to
301: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
302: * p_geographytype Geography type.
303: * p_limited_by_geography_id
304: * p_postal_code_range_flag
305: * IN/OUT:

Line 309: * be FND_API.G_RET_STS_SUCCESS (success),

305: * IN/OUT:
306: * p_object_version_number object version number of the row being updated
307: * OUT:
308: * x_return_status Return status after the call. The status can
309: * be FND_API.G_RET_STS_SUCCESS (success),
310: * FND_API.G_RET_STS_ERROR (error),
311: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
312: * x_msg_count Number of messages in message stack.
313: * x_msg_data Message text if x_msg_count is 1.

Line 310: * FND_API.G_RET_STS_ERROR (error),

306: * p_object_version_number object version number of the row being updated
307: * OUT:
308: * x_return_status Return status after the call. The status can
309: * be FND_API.G_RET_STS_SUCCESS (success),
310: * FND_API.G_RET_STS_ERROR (error),
311: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
312: * x_msg_count Number of messages in message stack.
313: * x_msg_data Message text if x_msg_count is 1.
314: *

Line 311: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

307: * OUT:
308: * x_return_status Return status after the call. The status can
309: * be FND_API.G_RET_STS_SUCCESS (success),
310: * FND_API.G_RET_STS_ERROR (error),
311: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
312: * x_msg_count Number of messages in message stack.
313: * x_msg_data Message text if x_msg_count is 1.
314: *
315: * NOTES

Line 324: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

320: *
321: */
322:
323: PROCEDURE update_zone_type(
324: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
325: p_zone_type_rec IN ZONE_TYPE_REC_TYPE,
326: p_included_geography_type IN INCL_GEO_TYPE_TBL_TYPE,
327: p_object_version_number IN OUT NOCOPY NUMBER,
328: x_return_status OUT NOCOPY VARCHAR2,