DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_GNR_PUB

Line 1150: HZ_GNR_PUB.validateLoc(

1146: x_return_status);
1147:
1148: -- If p_do_addr_val = 'Y' and create_location is success, call the address validation procedure.
1149: IF (p_do_addr_val = 'Y' AND x_location_id is NOT NULL AND x_return_status = FND_API.g_ret_sts_success) THEN
1150: HZ_GNR_PUB.validateLoc(
1151: p_location_id => x_location_id,
1152: p_init_msg_list => FND_API.G_FALSE,
1153: x_addr_val_level => l_addr_val_level,
1154: x_addr_warn_msg => x_addr_warn_msg,