DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on HZ_LOCATION_V2PUB

Line 703: HZ_LOCATION_V2PUB.create_location (

699:
700: l_contact_details_rec.location_rec.created_by_module:='PV';
701: l_contact_details_rec.location_rec.application_id:=691;
702:
703: HZ_LOCATION_V2PUB.create_location (
704: p_init_msg_list =>FND_API.g_false,
705: p_location_rec =>l_contact_details_rec.location_rec,
706: x_location_id =>l_location_id,
707: x_return_status =>l_return_status,

Line 731: FND_MESSAGE.SET_TOKEN('API_NAME', 'HZ_LOCATION_V2PUB.create_location');

727: l_log_msg(l_log_count):=substrb(fnd_message.get, 1, 1000);
728: END LOOP;
729: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
730: FND_MESSAGE.SET_NAME('PV', 'PV_API_FAILED');
731: FND_MESSAGE.SET_TOKEN('API_NAME', 'HZ_LOCATION_V2PUB.create_location');
732: l_log_count:= l_log_count + 1;
733: l_log_msg(l_log_count):=substrb(fnd_message.get, 1, 1000);
734: END IF;
735: END IF;