DBA Data[Home] [Help]

APPS.CSI_HZ_LOCATIONS_PVT dependencies on HZ_LOCATION_V2PUB

Line 18: --| hz_location_v2pub.create_location |

14:
15: --+=================================================================+
16: --| Create_location procedure written for calling it from CSI forms |
17: --| This procedure validates for unique clli_code and calls |
18: --| hz_location_v2pub.create_location |
19: --+=================================================================+
20:
21: PROCEDURE create_location(
22: p_api_version IN NUMBER ,

Line 50: l_location_rec HZ_LOCATION_v2PUB.LOCATION_REC_TYPE;

46: x_msg_data OUT NOCOPY VARCHAR2
47: ) IS
48: l_api_name CONSTANT VARCHAR2(30) := 'create_location';
49: l_api_version CONSTANT NUMBER := 1.0;
50: l_location_rec HZ_LOCATION_v2PUB.LOCATION_REC_TYPE;
51: l_location_id NUMBER;
52: l_debug_level NUMBER;
53: l_dummy VARCHAR2(1);
54:

Line 144: hz_location_v2pub.create_location(p_init_msg_list => p_init_msg_list

140: NULL;
141: END;
142: END IF;
143:
144: hz_location_v2pub.create_location(p_init_msg_list => p_init_msg_list
145: ,p_location_rec => l_location_rec
146: ,x_location_id => x_location_id
147: ,x_return_status => x_return_status
148: ,x_msg_count => x_msg_count

Line 176: --| hz_location_v2pub.update_location |

172:
173: --+=================================================================+
174: --| Update_location procedure written for calling it from CSI forms |
175: --| This procedure validates for unique clli_code and calls |
176: --| hz_location_v2pub.update_location |
177: --+=================================================================+
178:
179: PROCEDURE update_location(
180: p_api_version IN NUMBER,

Line 208: l_location_rec HZ_LOCATION_v2PUB.LOCATION_REC_TYPE;

204: x_msg_data OUT NOCOPY VARCHAR2
205: ) IS
206: l_api_name CONSTANT VARCHAR2(30) := 'update_location';
207: l_api_version CONSTANT NUMBER := 1.0;
208: l_location_rec HZ_LOCATION_v2PUB.LOCATION_REC_TYPE;
209: l_location_id NUMBER;
210: l_debug_level NUMBER;
211: l_object_version_number number;
212: l_dummy VARCHAR2(1);

Line 331: hz_location_v2pub.update_location(p_init_msg_list => p_init_msg_list

327: END IF;
328:
329: -- Now call the stored program
330:
331: hz_location_v2pub.update_location(p_init_msg_list => p_init_msg_list
332: ,p_location_rec => l_location_rec
333: ,p_object_version_number => l_object_version_number
334: ,x_return_status => x_return_status
335: ,x_msg_count => x_msg_count