DBA Data[Home] [Help]

APPS.HZ_LOCATION_BO_PUB dependencies on HZ_PARTY_BO_PVT

Line 442: x_messages := HZ_PARTY_BO_PVT.return_all_messages(

438: x_location_id => x_location_id,
439: x_location_os => x_location_os,
440: x_location_osr => x_location_osr
441: );
442: x_messages := HZ_PARTY_BO_PVT.return_all_messages(
443: x_return_status => x_return_status,
444: x_msg_count => l_msg_count,
445: x_msg_data => l_msg_data);
446: IF FND_API.to_Boolean(p_return_obj_flag) THEN

Line 748: x_messages := HZ_PARTY_BO_PVT.return_all_messages(

744: x_location_id => x_location_id,
745: x_location_os => x_location_os,
746: x_location_osr => x_location_osr
747: );
748: x_messages := HZ_PARTY_BO_PVT.return_all_messages(
749: x_return_status => x_return_status,
750: x_msg_count => l_msg_count,
751: x_msg_data => l_msg_data);
752: IF FND_API.to_Boolean(p_return_obj_flag) THEN

Line 988: x_messages := HZ_PARTY_BO_PVT.return_all_messages(

984: x_location_id => x_location_id,
985: x_location_os => x_location_os,
986: x_location_osr => x_location_osr
987: );
988: x_messages := HZ_PARTY_BO_PVT.return_all_messages(
989: x_return_status => x_return_status,
990: x_msg_count => l_msg_count,
991: x_msg_data => l_msg_data);
992: IF FND_API.to_Boolean(p_return_obj_flag) THEN

Line 1271: x_messages := HZ_PARTY_BO_PVT.return_all_messages(

1267: x_return_status => x_return_status,
1268: x_msg_count => l_msg_count,
1269: x_msg_data => l_msg_data
1270: );
1271: x_messages := HZ_PARTY_BO_PVT.return_all_messages(
1272: x_return_status => x_return_status,
1273: x_msg_count => l_msg_count,
1274: x_msg_data => l_msg_data);
1275: END get_location_bo;